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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 琉녘뼅琉밧퇌 | 111011111010011110001100111010111000010110011000111010111011110010000101111011111010011110001100111010111011000010100111111011011000011110001100 | efa78ceb8598ebbc85efa78cebb0a7ed878c |
| UHC | 琉녘뼅琉밧퇌 | 111010111010010010110011111010001001011010001111111010111010010010111001111001011011011110011101 | eba4b3e8968feba4b9e5b79d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)