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 | 載???義期 | 100011011101101000111111001111110011111110001011011000001000101011111010 | 8dda3f3f3f8b608afa |
| EUC-JP | 載???義期 | 101110101101110000111111001111110011111110110101110000011011010011111100 | badc3f3f3fb5c1b4fc |
| UTF-8 | 載累렠렏義期 | 111010001011110010001001111011111010010110001111111010111010000010100000111010111010000010001111111001111011111010101001111001101001110010011111 | e8bc89efa58feba0a0eba08fe7bea9e69c9f |
| UHC | 載累렠렏義期 | 111011101011000011010010111010011000111010110001100011101010010111101011111110011101000110100010 | eeb0d2e98eb18ea5ebf9d1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)