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 | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
| SJIS-WIN | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
| EUC-JP | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
| UTF-8 | 셔렑렼섹Z셔 | 11101100100001011001010011101011101000001001000111101011101000001011110011101100100001001011100101011010111011001000010110010100 | ec8594eba091eba0bcec84b95aec8594 |
| UHC | 셔렑렼섹Z셔 | 1011110011000101100011101010011010001110110001001011110010111101010110101011110011000101 | bcc58ea68ec4bcbd5abcc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)