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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
EUC-JP | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
UTF-8 | 吏흘씩@h | 1110111110100111100111101110110110011101100110001110110010010100101010010100000001101000 | efa79eed9d98ec94a94068 |
UHC | 吏흘씩@h | 1110110010100111110010001110101010111110101111110100000001101000 | eca7c8eabebf4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)