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 | ?筍??? | 001111111110001010100001001111110011111100111111 | 3fe2a13f3f3f |
| EUC-JP | ?筍??? | 001111111110010010100011001111110011111100111111 | 3fe4a33f3f3f |
| UTF-8 | 뤚筍쐬렧섶 | 111010111010010010011010111001111010110110001101111011001001000010101100111010111010000010100111111011001000010010110110 | eba49ae7ad8dec90aceba0a7ec84b6 |
| UHC | 뤚筍쐬렧섶 | 10001111110010011110001011101100101111011111110110001110101101101011110010111011 | 8fc9e2ecbdfd8eb6bcbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)