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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 軆躪 | 11100111010111001110011101011000 | e75ce758 |
EUC-JP | 軆躪 | 11101101101111011110110110111001 | edbdedb9 |
UTF-8 | 軆躪 | 111010001011101110000110111010001011101010101010 | e8bb86e8baaa |
UHC | ?躪 | 001111111101011111110101 | 3fd7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)