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 | 霓????? | 11101000101111010011111100111111001111110011111100111111 | e8bd3f3f3f3f3f |
| EUC-JP | 霓????? | 11110000101111110011111100111111001111110011111100111111 | f0bf3f3f3f3f3f |
| UTF-8 | 霓멥굥力곮콅 | 111010011001110010010011111010111010100110100101111010101011010110100101111011111010011010001010111010101011001110101110111011001011110110000101 | e99c93eba9a5eab5a5efa68aeab3aeecbd85 |
| UHC | 霓멥굥力곮콅 | 111001111110011110111000111000111000001010001011111001101011001110000001111010001011000110000001 | e7e7b8e3828be6b381e8b181 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)