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 | 閻溽洸 | 111010001000010110011111111001111001111110101001 | e8859fe79fa9 |
EUC-JP | 閻溽洸 | 111011111110010111011110111010011101111010101011 | efe5dee9deab |
UTF-8 | 閻溽洸 | 111010011001011010111011111001101011101010111101111001101011010010111000 | e996bbe6babde6b4b8 |
UHC | 閻?洸 | 1110011110100010001111111100111011001000 | e7a23fcec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)