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 | 證?缸 | 1110011010011010001111111110001110011101 | e69a3fe39d |
EUC-JP | 證?缸 | 1110101111111010001111111110010111111101 | ebfa3fe5fd |
UTF-8 | 證렕缸 | 111010001010110110001001111010111010000010010101111001111011110010111000 | e8ad89eba095e7bcb8 |
UHC | 證렕缸 | 111100011111101110001110101010101111100111111100 | f1fb8eaaf9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)