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 | 鵄湿嶸ケ」 | 1110100111110101100011101011110011111010101101001011100110100011 | e9f58ebcfab4b9a3 |
EUC-JP | 鵄湿嶸ケ」 | 1111001011110111101111001011111010001111101110111111010010001110101110011000111010100011 | f2f7bcbe8fbbf48eb98ea3 |
UTF-8 | 鵄湿嶸ケ」 | 111010011011010110000100111001101011100110111111111001011011011010111000111011111011110110111001111011111011110110100011 | e9b584e6b9bfe5b6b8efbdb9efbda3 |
UHC | ??嶸?? | 001111110011111111100111101011100011111100111111 | 3f3fe7ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)