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 | 莠椢^ | 1110010010111010100111101001101001011110 | e4ba9e9a5e |
EUC-JP | 莠椢^ | 1110100010111100110110111111101001011110 | e8bcdbfa5e |
UTF-8 | 莠椢^ | 11101000100011101010000011100110101001001010001001011110 | e88ea0e6a4a25e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)