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 | 髫倪伯 | 111010011001101010011000111000101001010010001100 | e99a98e2948c |
EUC-JP | 髫倪伯 | 111100011111101011010000111001001100011111101100 | f1fad0e4c7ec |
UTF-8 | 髫倪伯 | 111010011010101110101011111001011000000010101010111001001011110010101111 | e9ababe580aae4bcaf |
UHC | ?倪伯 | 0011111111100111110100101101101111010111 | 3fe7d2dbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)