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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘碁。型 | 11101001101000011000110011101001101000011000110001011110 | e9a18ce9a18c5e |
EUC-JP | 鬘碁。型 | 1111001010100011101110001110101110001110101000011011011110111111 | f2a3b8eb8ea1b7bf |
UTF-8 | 鬘碁。型 | 111010011010110010011000111001111010001010000001111011111011110110100001111001011001111010001011 | e9ac98e7a281efbda1e59e8b |
UHC | ?碁?型 | 001111111101000110110011001111111111101011111110 | 3fd1b33ffafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)