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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 舌譽B | 1001000011100011111001101010001101000010 | 90e3e6a342 |
EUC-JP | 舌譽B | 1100000011100101111011001010010101000010 | c0e5eca542 |
UTF-8 | 舌譽B | 11101000100010001000110011101000101011011011110101000010 | e8888ce8adbd42 |
UHC | 舌譽B | 1110000011011111111001111110001001000010 | e0dfe7e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)