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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | シカ豸B | 1011110010110110111001101011011001000010 | bcb6e6b642 |
EUC-JP | シカ豸B | 10001110101111001000111010110110111011001011100001000010 | 8ebc8eb6ecb842 |
UTF-8 | シカ豸B | 11101111101111011011110011101111101111011011011011101000101100011011100001000010 | efbdbcefbdb6e8b1b842 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)