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 | 100100111111000000111111001111110100000001101000 | 93f03f3f4068 |
EUC-JP | 汝??@h | 110001101111001000111111001111110100000001101000 | c6f23f3f4068 |
UTF-8 | 汝싩떻@h | 1110011010110001100111011110110010001011101010011110101110010110101110110100000001101000 | e6b19dec8ba9eb96bb4068 |
UHC | 汝싩떻@h | 1110011010100011100110101110011110110110101110110100000001101000 | e6a39ae7b6bb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)