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 | 槨瀏馭 | 100111101101100011100000011001111110100101100110 | 9ed8e067e966 |
EUC-JP | 槨瀏馭 | 110111001101101011011111110010001111000111000111 | dcdadfc8f1c7 |
UTF-8 | 槨瀏馭 | 111001101010011110101000111001111000000010001111111010011010011010101101 | e6a7a8e7808fe9a6ad |
UHC | 槨瀏馭 | 110011101010101011010111101101111110010111011111 | ceaad7b7e5df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)