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 | 弔?畯貊? | 1001001010100010001111111111101101101111111001101011101100111111 | 92a23ffb6fe6bb3f |
| EUC-JP | 弔?畯貊? | 110001001010010000111111100011111100110110111011111011001011110100111111 | c4a43f8fcdbbecbd3f |
| UTF-8 | 弔렟畯貊렟 | 111001011011110010010100111010111010000010011111111001111001010110101111111010001011001010001010111010111010000010011111 | e5bc94eba09fe795afe8b28aeba09f |
| UHC | 弔렟畯貊렟 | 11110000110000001000111010110000111100011110000111011000111001111000111010110000 | f0c08eb0f1e1d8e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)