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 | 鞜懆∮ | 111010001101111110011100111010001000011110010011 | e8df9ce88793 |
EUC-JP | 鞜懆? | 1111000011100001110110001110101000111111 | f0e1d8ea3f |
UTF-8 | 鞜懆∮ | 111010011001111010011100111001101000011110000110111000101000100010101110 | e99e9ce68786e288ae |
UHC | ??∮ | 00111111001111111010001010110001 | 3f3fa2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)