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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 鳶??h鳶?? | 100100111100111000111111001111110110100010010011110011100011111100111111 | 93ce3f3f6893ce3f3f |
EUC-JP | 鳶??h鳶?? | 110001101101000000111111001111110110100011000110110100000011111100111111 | c6d03f3f68c6d03f3f |
UTF-8 | 鳶멧많h鳶멧많 | 11101001101100111011011011101011101010011010011111101011101001111000111001101000111010011011001110110110111010111010100110100111111010111010011110001110 | e9b3b6eba9a7eba78e68e9b3b6eba9a7eba78e |
UHC | 鳶멧많h鳶멧많 | 11100110111010011011100011100100101110001011100101101000111001101110100110111000111001001011100010111001 | e6e9b8e4b8b968e6e9b8e4b8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)