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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 掖??十? | 10011101011101000011111100111111100011110101110000111111 | 9d743f3f8f5c3f |
EUC-JP | 掖??十? | 11011001110101010011111100111111101111011011110100111111 | d9d53f3fbdbd3f |
UTF-8 | 掖뒒뢐十뎞 | 111001101000111010010110111010111001001010010010111010111010001010010000111001011000110110000001111010111000111010011110 | e68e96eb9292eba290e58d81eb8e9e |
UHC | 掖뒒뢐十뎞 | 11100100111110101000101010001111100011110100101111100100101010001000100101101111 | e4fa8a8f8f4be4a8896f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)