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 | 蝟ゥ陜 | 1110010110010110101010011110100010011101 | e596a9e89d |
EUC-JP | 蝟ゥ陜 | 111010011111011010001110101010011110111111111101 | e9f68ea9effd |
UTF-8 | 蝟ゥ陜 | 111010001001110110011111111011111011110110101001111010011001100110011100 | e89d9fefbda9e9999c |
UHC | 蝟?陜 | 1110101011011010001111111111100111110000 | eada3ff9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)