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 | 第???伊? | 1001000111100110001111110011111100111111100010001100100100111111 | 91e63f3f3f88c93f |
| EUC-JP | 第???伊? | 1100001011101000001111110011111100111111101100001100101100111111 | c2e83f3f3fb0cb3f |
| UTF-8 | 第렖狀렡伊끽 | 111001111010110010101100111010111010000010010110111011111010011110111010111010111010000010100001111001001011110010001010111010111000000110111101 | e7acaceba096efa7baeba0a1e4bc8aeb81bd |
| UHC | 第렖狀렡伊끽 | 111100001010111110001110101010111110110111101110100011101011001011101100101001011011001110100011 | f0af8eabedee8eb2eca5b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)