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 | 10011000101011100011111101000010 | 98ae3f42 |
EUC-JP | 舒?B | 11010000101100000011111101000010 | d0b03f42 |
UTF-8 | 舒둝B | 11101000100010001001001011101011100100011001110101000010 | e88892eb919d42 |
UHC | 舒둝B | 1110000010100010100010100101010101000010 | e0a28a5542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)