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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 讌碑梢@h | 1110011010100101100101001110100010001111101111010100000001101000 | e6a594e88fbd4068 |
EUC-JP | 讌碑梢@h | 1110110010100111110010001110101010111110101111110100000001101000 | eca7c8eabebf4068 |
UTF-8 | 讌碑梢@h | 1110100010101110100011001110011110100010100100011110011010100010101000100100000001101000 | e8ae8ce7a291e6a2a24068 |
UHC | ?碑梢@h | 00111111110111011111100011110100111111100100000001101000 | 3fddf8f4fe4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)