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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 鉛??^ | 1000100110010100001111110011111101011110 | 89943f3f5e |
| EUC-JP | 鉛??^ | 1011000111110100001111110011111101011110 | b1f43f3f5e |
| UTF-8 | 鉛얕꽔^ | 11101001100010011001101111101100100101101001010111101010101111011001010001011110 | e9899bec9695eabd945e |
| UHC | 鉛얕꽔^ | 11100110111001111011111011101000100001001010001101011110 | e6e7bee884a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)