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 | 髫倬圄 | 111010011001101010011000111010011001101010011101 | e99a98e99a9d |
EUC-JP | 髫倬圄 | 111100011111101011010000111010111101001111111101 | f1fad0ebd3fd |
UTF-8 | 髫倬圄 | 111010011010101110101011111001011000000010101100111001011001110010000100 | e9ababe580ace59c84 |
UHC | ?倬圄 | 0011111111110110111100001110010111011000 | 3ff6f0e5d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)