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 | ?????X?\ | 0011111100111111001111110011111100111111010110000011111101011100 | 3f3f3f3f3f583f5c |
| SJIS-WIN | ?????X?\ | 0011111100111111001111110011111100111111010110000011111101011100 | 3f3f3f3f3f583f5c |
| EUC-JP | ?????X?\ | 0011111100111111001111110011111100111111010110000011111101011100 | 3f3f3f3f3f583f5c |
| UTF-8 | 채혵혡혝혧X챔\ | 1110110010110001100001001110110110011000101101011110110110011000101000011110110110011000100111011110110110011000101001110101100011101100101100011001010001011100 | ecb184ed98b5ed98a1ed989ded98a758ecb1945c |
| UHC | 채혵혡혝혧X챔\ | 1100001110100100110000101001110011000010100010101100001010000111110000101000111101011000110000111010100001011100 | c3a4c29cc28ac287c28f58c3a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)