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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鉛??茹k? | 100010011001010000111111001111111110010010100101100000101000101100111111 | 89943f3fe4a5828b3f |
| EUC-JP | 鉛??茹k? | 101100011111010000111111001111111110100010100111101000111110101100111111 | b1f43f3fe8a7a3eb3f |
| UTF-8 | 鉛녿젶茹k젩 | 111010011000100110011011111010111000010110111111111011001010000010110110111010001000110010111001111011111011110110001011111011001010000010101001 | e9899beb85bfeca0b6e88cb9efbd8beca0a9 |
| UHC | 鉛녿젶茹k젩 | 111001101110011110000110111010111010000010101010111001101010101010100011111010111010000010100001 | e6e786eba0aae6aaa3eba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)