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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?邯?B | 0011111111100111101101100011111101000010 | 3fe7b63f42 |
EUC-JP | ?邯?B | 0011111111101110101110000011111101000010 | 3feeb83f42 |
UTF-8 | 聆邯꼼B | 11101111101001101011000011101001100000101010111111101010101111001011110001000010 | efa6b0e982afeabcbc42 |
UHC | 聆邯꼼B | 11100111110001111100101011111011101100101100010001000010 | e7c7cafbb2c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)