To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 僊泄船F | 10011001010000011001111110010101100100010100010001000110 | 99419f95914446 |
EUC-JP | 僊泄船F | 11010001101000101101110111110101110000011010010101000110 | d1a2ddf5c1a546 |
UTF-8 | 僊泄船F | 11100101100000111000101011100110101100111000010011101000100010001011100101000110 | e5838ae6b384e888b946 |
UHC | 僊泄船F | 11100000101110101110000011011100111000001100111101000110 | e0bae0dce0cf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)