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 | 牆??^ | 1110000010101101001111110011111101011110 | e0ad3f3f5e |
EUC-JP | 牆??^ | 1110000010101111001111110011111101011110 | e0af3f3f5e |
UTF-8 | 牆얗볼^ | 11100111100010011000011011101100100101101001011111101011101100111011110001011110 | e78986ec9697ebb3bc5e |
UHC | 牆얗볼^ | 11101101111011011011111011101001101110101011110001011110 | ededbee9babc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)