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 | ??К衍 | 001111110011111110000100010010111001111110100101 | 3f3f844b9fa5 |
EUC-JP | 獒?К衍 | 1000111111001011101110110011111110100111101011001101111010100111 | 8fcbbb3fa7acdea7 |
UTF-8 | 獒당К衍 | 1110011110001101100100101110101110001011101110011101000010011010111010001010000110001101 | e78d92eb8bb9d09ae8a18d |
UHC | 獒당К衍 | 1110100010100011101101001110011110101100101011001110011011100010 | e8a3b4e7acace6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)