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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???畔衛F | 0011111100111111001111111001010011001000100010010111000101000110 | 3f3f3f94c8897146 |
EUC-JP | ???畔衛F | 0011111100111111001111111100100011001010101100011101001001000110 | 3f3f3fc8cab1d246 |
UTF-8 | 롙롘뤾畔衛F | 11101011101000011001100111101011101000011001100011101011101001001011111011100111100101011001010011101000101000011001101101000110 | eba199eba198eba4bee79594e8a19b46 |
UHC | 롙롘뤾畔衛F | 1000111011011101100011101101110010001111111010101101101011101101111010101101101101000110 | 8edd8edc8feadaedeadb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)