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 | ??P@h | 0011111100111111010100000100000001101000 | 3f3f504068 |
SJIS-WIN | ??P@h | 0011111100111111010100000100000001101000 | 3f3f504068 |
EUC-JP | ??P@h | 0011111100111111010100000100000001101000 | 3f3f504068 |
UTF-8 | 횙쨔P@h | 111011011001101010011001111011001010100010010100010100000100000001101000 | ed9a99eca894504068 |
UHC | 횙쨔P@h | 11000011100100111100001010111001010100000100000001101000 | c393c2b9504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)