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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 淙?x | 10011111110010000011111101111000 | 9fc83f78 |
EUC-JP | 淙?x | 11011110110010100011111101111000 | deca3f78 |
UTF-8 | 淙렲x | 11100110101101111001100111101011101000001011001001111000 | e6b799eba0b278 |
UHC | 淙렲x | 1111000011111000100011101011111101111000 | f0f88ebf78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)