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 | 100100101010001010001110100001000011111101000110 | 92a28e843f46 |
EUC-JP | 弔私?F | 110001001010010010111011111001000011111101000110 | c4a4bbe43f46 |
UTF-8 | 弔私칡F | 11100101101111001001010011100111101001111000000111101100101110011010000101000110 | e5bc94e7a781ecb9a146 |
UHC | 弔私칡F | 11110000110000001101111011100111110001001010011001000110 | f0c0dee7c4a646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)