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 | 蜊壺 | 11100101100011011001101011100010 | e58d9ae2 |
EUC-JP | 蜊壺 | 11101001111011011101010011100100 | e9edd4e4 |
UTF-8 | 蜊壺 | 111010001001110010001010111001011010001110111010 | e89c8ae5a3ba |
UHC | ?壺 | 001111111111101110111110 | 3ffbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)