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 | ????暹楔 | 0011111100111111001111110011111110011101111110011001111010110110 | 3f3f3f3f9df99eb6 |
| EUC-JP | ????暹楔 | 0011111100111111001111110011111111011010111110111101110010111000 | 3f3f3f3fdafbdcb8 |
| UTF-8 | 렯롉렯롙暹楔 | 111010111010000010101111111010111010000110001001111010111010000010101111111010111010000110011001111001101001101010111001111001101010010110010100 | eba0afeba189eba0afeba199e69ab9e6a594 |
| UHC | 렯롉렯롙暹楔 | 100011101011110010001110110011111000111010111100100011101101110111100000111001111110000011011011 | 8ebc8ecf8ebc8edde0e7e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)