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 | 餘????? | 11101001010100000011111100111111001111110011111100111111 | e9503f3f3f3f3f |
| EUC-JP | 餘????? | 11110001101100010011111100111111001111110011111100111111 | f1b13f3f3f3f3f |
| UTF-8 | 餘뤾돦念꼳덭 | 111010011010010010011000111010111010010010111110111010111000111110100110111011111010011010100011111010101011110010110011111010111000110110101101 | e9a498eba4beeb8fa6efa6a3eabcb3eb8dad |
| UHC | 餘뤾돦念꼳덭 | 111001101010111010001111111010101000100110101010111001101111011010000100100011001000100101000101 | e6ae8fea89aae6f6848c8945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)