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 | ???魏?? | 00111111001111110011111111101001101100000011111100111111 | 3f3f3fe9b03f3f |
| EUC-JP | ???魏?? | 00111111001111110011111111110010101100100011111100111111 | 3f3f3ff2b23f3f |
| UTF-8 | 樂끸뱮魏낅솗 | 111011111010011010111111111010111000000110111000111010111011000110101110111010011010110110001111111010111000001010000101111011001000011010010111 | efa6bfeb81b8ebb1aee9ad8feb8285ec8697 |
| UHC | 樂끸뱮魏낅솗 | 111010001111100110000101111000101001001110010100111010101110000010000101111010111001100110010101 | e8f985e29394eae085eb9995 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)