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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簽縣捨 | 111000101101001111100011011100001000111011001100 | e2d3e3708ecc |
EUC-JP | 簽縣捨 | 111001001101010111100101110100011011110011001110 | e4d5e5d1bcce |
UTF-8 | 簽縣捨 | 111001111011000010111101111001111011100010100011111001101000110110101000 | e7b0bde7b8a3e68da8 |
UHC | 簽縣捨 | 111101001101100011111010111000111101111011010111 | f4d8fae3ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)