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 | 蠑埼晒 | 111001011011110010001101111010011000111001001110 | e5bc8de98e4e |
EUC-JP | 蠑埼晒 | 111010101011111010111010111010111011101110101111 | eabebaebbbaf |
UTF-8 | 蠑埼晒 | 111010001010000010010001111001011001111110111100111001101001100110010010 | e8a091e59fbce69992 |
UHC | ?埼? | 00111111110100001111001000111111 | 3fd0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)