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 | | 111100001011001011110000101001101111000011111011 | f0b2f0a6f0fb |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | | 111011101000000110110001111011101000000110100101111011101000001010111010 | ee81b1ee81a5ee82ba |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)