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 | 膕鋤 | 11100100010100011000111110011011 | e4518f9b |
EUC-JP | 膕鋤 | 11100111101100101011110111111011 | e7b2bdfb |
UTF-8 | 膕鋤 | 111010001000011010010101111010011000101110100100 | e88695e98ba4 |
UHC | ?鋤 | 001111111110000010100111 | 3fe0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)