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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簇耿聆 | 111000101100011011100011110101001110001111010111 | e2c6e3d4e3d7 |
EUC-JP | 簇耿聆 | 111001001100100011100110110101101110011011011001 | e4c8e6d6e6d9 |
UTF-8 | 簇耿聆 | 111001111011000010000111111010001000000010111111111010001000000110000110 | e7b087e880bfe88186 |
UHC | 簇耿聆 | 111100001110101011001100111010101101011011000000 | f0eaccead6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)