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 | 顏倪伯 | 111010001111100010011000111000101001010010001100 | e8f898e2948c |
EUC-JP | 顏倪伯 | 111100001111101011010000111001001100011111101100 | f0fad0e4c7ec |
UTF-8 | 顏倪伯 | 111010011010000110001111111001011000000010101010111001001011110010101111 | e9a18fe580aae4bcaf |
UHC | ?倪伯 | 0011111111100111110100101101101111010111 | 3fe7d2dbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)