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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鼇??^ | 1110101010000111001111110011111101011110 | ea873f3f5e |
EUC-JP | 鼇??^ | 1111001111100111001111110011111101011110 | f3e73f3f5e |
UTF-8 | 鼇잙맱^ | 11101001101111001000011111101100100111101001100111101011101001111011000101011110 | e9bc87ec9e99eba7b15e |
UHC | 鼇잙맱^ | 11101000101010001001111111101011100100001011100001011110 | e8a89feb90b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)