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 | ???]?} | 001111110011111100111111010111010011111101111101 | 3f3f3f5d3f7d |
| SJIS-WIN | ???]?} | 001111110011111100111111010111010011111101111101 | 3f3f3f5d3f7d |
| EUC-JP | ???]?} | 001111110011111100111111010111010011111101111101 | 3f3f3f5d3f7d |
| UTF-8 | 혺천혴]횪} | 1110110110011000101110101110110010110010100111001110110110011000101101000101110111101101100110101010101001111101 | ed98baecb29ced98b45ded9aaa7d |
| UHC | 혺천혴]횪} | 11000010100111111100001110110101110000101001101101011101110000111010000001111101 | c29fc3b5c29b5dc3a07d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)