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 | ン | 1111010010100001110111011111010101010000 | f4a1ddf550 |
EUC-JP | ?ン? | 00111111100011101101110100111111 | 3f8edd3f |
UTF-8 | ン | 111011101000110110010000111011111011111010011101111011101000111010111100 | ee8d90efbe9dee8ebc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)