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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 暎??BF | 100111011111001100111111001111110100001001000110 | 9df33f3f4246 |
EUC-JP | 暎??BF | 110110101111010100111111001111110100001001000110 | daf53f3f4246 |
UTF-8 | 暎㏓룘BF | 1110011010011010100011101110001110001111100100111110101110100011100110000100001001000110 | e69a8ee38f93eba3984246 |
UHC | 暎㏓룘BF | 1110011110110010101001111110101110001111100101000100001001000110 | e7b2a7eb8f944246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)