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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 涌珀^ | 1001011101001111111000001101111101011110 | 974fe0df5e |
EUC-JP | 涌珀^ | 1100110110110000111000001110000101011110 | cdb0e0e15e |
UTF-8 | 涌珀^ | 11100110101101101000110011100111100011111000000001011110 | e6b68ce78f805e |
UHC | 涌珀^ | 1110100110111111110110101101011001011110 | e9bfdad65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)