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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???畔衛B | 0011111100111111001111111001010011001000100010010111000101000010 | 3f3f3f94c8897142 |
EUC-JP | ???畔衛B | 0011111100111111001111111100100011001010101100011101001001000010 | 3f3f3fc8cab1d242 |
UTF-8 | 롙롘뤾畔衛B | 11101011101000011001100111101011101000011001100011101011101001001011111011100111100101011001010011101000101000011001101101000010 | eba199eba198eba4bee79594e8a19b42 |
UHC | 롙롘뤾畔衛B | 1000111011011101100011101101110010001111111010101101101011101101111010101101101101000010 | 8edd8edc8feadaedeadb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)