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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鼇??鼇??^ | 111010101000011100111111001111111110101010000111001111110011111101011110 | ea873f3fea873f3f5e |
EUC-JP | 鼇??鼇??^ | 111100111110011100111111001111111111001111100111001111110011111101011110 | f3e73f3ff3e73f3f5e |
UTF-8 | 鼇귛씍鼇귡턄^ | 11101001101111001000011111101010101101111001101111101100100101001000110111101001101111001000011111101010101101111010000111101101100001001000010001011110 | e9bc87eab79bec948de9bc87eab7a1ed84845e |
UHC | 鼇귛씍鼇귡턄^ | 11101000101010001000001011100101100111011010010011101000101010001000001011101001101101011010000001011110 | e8a882e59da4e8a882e9b5a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)