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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼辞葫 | 100011101101110010001110101010111110010011010111 | 8edc8eabe4d7 |
EUC-JP | 灼辞葫 | 101111001101111010111100101011011110100011011001 | bcdebcade8d9 |
UTF-8 | 灼辞葫 | 111001111000000110111100111010001011111010011110111010001001000110101011 | e781bce8be9ee891ab |
UHC | 灼?葫 | 1110110111000111001111111111101111011001 | edc73ffbd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)