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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蜃ケ | 111001011000011110111001 | e587b9 |
EUC-JP | 蜃ケ | 11101001111001111000111010111001 | e9e78eb9 |
UTF-8 | 蜃ケ | 111010001001110010000011111011111011110110111001 | e89c83efbdb9 |
UHC | 蜃? | 111000111111000100111111 | e3f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)