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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????緬 | 0011111100111111001111110011111100111111001111111001011011001001 | 3f3f3f3f3f3f96c9 |
| EUC-JP | ??????緬 | 0011111100111111001111110011111100111111001111111100110011001011 | 3f3f3f3f3f3fcccb |
| UTF-8 | 렶렞롖뤵펿칿緬 | 111010111010000010110110111010111010000010011110111010111010000110010110111010111010010010110101111011011000111010111111111011001011100110111111111001111011011110101100 | eba0b6eba09eeba196eba4b5ed8ebfecb9bfe7b7ac |
| UHC | 렶렞롖뤵펿칿緬 | 1000111011000001100011101010111110001110110110101000111111100011101111001000111010101111100011101101100011111011 | 8ec18eaf8eda8fe3bc8eaf8ed8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)