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 | 槨瀏癰 | 100111101101100011100000011001111110000110011110 | 9ed8e067e19e |
EUC-JP | 槨瀏癰 | 110111001101101011011111110010001110000111111110 | dcdadfc8e1fe |
UTF-8 | 槨瀏癰 | 111001101010011110101000111001111000000010001111111001111001100110110000 | e6a7a8e7808fe799b0 |
UHC | 槨瀏癰 | 110011101010101011010111101101111110100010111001 | ceaad7b7e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)