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 | 瓔瓔^ | 1110000011111011111000001111101101011110 | e0fbe0fb5e |
EUC-JP | 瓔瓔^ | 1110000011111101111000001111110101011110 | e0fde0fd5e |
UTF-8 | 瓔瓔^ | 11100111100100111001010011100111100100111001010001011110 | e79394e793945e |
UHC | 瓔瓔^ | 1110011111000010111001111100001001011110 | e7c2e7c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)