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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??К昻 | 001111110011111110000100010010111111101011010000 | 3f3f844bfad0 |
EUC-JP | 獒?К? | 10001111110010111011101100111111101001111010110000111111 | 8fcbbb3fa7ac3f |
UTF-8 | 獒당К昻 | 1110011110001101100100101110101110001011101110011101000010011010111001101001100010111011 | e78d92eb8bb9d09ae698bb |
UHC | 獒당К昻 | 1110100010100011101101001110011110101100101011001110010011101001 | e8a3b4e7acace4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)