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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 渟?BF | 1001111111011001001111110100001001000110 | 9fd93f4246 |
EUC-JP | 渟?BF | 1101111011011011001111110100001001000110 | dedb3f4246 |
UTF-8 | 渟뻤BF | 1110011010111000100111111110101110111011101001000100001001000110 | e6b89febbba44246 |
UHC | 渟뻤BF | 111011111110010110111011101111000100001001000110 | efe5bbbc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)