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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蠅? | 111001011010001000111111 | e5a23f |
EUC-JP | 蠅瑄 | 1110101010100100100011111100110010111001 | eaa48fccb9 |
UTF-8 | 蠅瑄 | 111010001010000010000101111001111001000110000100 | e8a085e79184 |
UHC | 蠅瑄 | 11100011101100101110000011000101 | e3b2e0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)