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 | 10001111101011001001000011100011111000011110001001000010 | 8fac90e3e1e242 |
EUC-JP | 小舌矮B | 10111110101011101100000011100101111000101110010001000010 | beaec0e5e2e442 |
UTF-8 | 小舌矮B | 11100101101100001000111111101000100010001000110011100111100111111010111001000010 | e5b08fe8888ce79fae42 |
UHC | 小舌矮B | 11100001101100111110000011011111111010001110000101000010 | e1b3e0dfe8e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)