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 | 100010011010110100111111001111110100001001000110 | 89ad3f3f4246 |
EUC-JP | 億??BF | 101100101010111100111111001111110100001001000110 | b2af3f3f4246 |
UTF-8 | 億덈뇞BF | 1110010110000100100001001110101110001101100010001110101110000111100111100100001001000110 | e58484eb8d88eb879e4246 |
UHC | 億덈뇞BF | 1110010111100010100010001110101110000111100001110100001001000110 | e5e288eb87874246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)