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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?輸?H | 0011111110010111010000010011111101001000 | 3f97413f48 |
EUC-JP | ?輸?H | 0011111111001101101000100011111101001000 | 3fcda23f48 |
UTF-8 | 롇輸롆H | 11101011101000011000011111101000101111001011100011101011101000011000011001001000 | eba187e8bcb8eba18648 |
UHC | 롇輸롆H | 10001110110011011110001011000011100011101100110001001000 | 8ecde2c38ecc48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)