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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 載???盒 | 10001101110110100011111100111111001111111110000110110100 | 8dda3f3f3fe1b4 |
| EUC-JP | 載???盒 | 10111010110111000011111100111111001111111110001010110110 | badc3f3f3fe2b6 |
| UTF-8 | 載언눅뤯盒 | 111010001011110010001001111011001001011010111000111010111000100010000101111010111010010010101111111001111001101110010010 | e8bc89ec96b8eb8885eba4afe79b92 |
| UHC | 載언눅뤯盒 | 11101110101100001011111011110000101101001010101010001111110111011111100111101100 | eeb0bef0b4aa8fddf9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)