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 | 助???提? | 1000111110010101001111110011111100111111100100101111000100111111 | 8f953f3f3f92f13f |
| EUC-JP | 助???提? | 1011110111110101001111110011111100111111110001001111001100111111 | bdf53f3f3fc4f33f |
| UTF-8 | 助쾌렮렪提렯 | 111001011000101010101001111011001011111010001100111010111010000010101110111010111010000010101010111001101000111110010000111010111010000010101111 | e58aa9ecbe8ceba0aeeba0aae68f90eba0af |
| UHC | 助쾌렮렪提렯 | 111100001011111011000100111010001000111010111011100011101011100011110000101010111000111010111100 | f0bec4e88ebb8eb8f0ab8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)