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 | 蟾炎陰 | 111001011011011110001001100010101000100101000001 | e5b7898a8941 |
EUC-JP | 蟾炎陰 | 111010101011100110110001111010101011000110100010 | eab9b1eab1a2 |
UTF-8 | 蟾炎陰 | 111010001001111110111110111001111000001010001110111010011001100110110000 | e89fbee7828ee999b0 |
UHC | 蟾炎陰 | 111000001110101011100110111110101110101111100100 | e0eae6faebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)