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 | 蝪九i | 111001011010000110001011111000111000001010001001 | e5a18be38289 |
EUC-JP | 蝪九i | 111010101010001110110110111001011010001111101001 | eaa3b6e5a3e9 |
UTF-8 | 蝪九i | 111010001001110110101010111001001011100110011101111011111011110110001001 | e89daae4b99defbd89 |
UHC | ?九i | 0011111111001110111110101010001111101001 | 3fcefaa3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)