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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
| SJIS-WIN | ????涅?G | 0011111100111111001111110011111110011111101110000011111101000111 | 3f3f3f3f9fb83f47 |
| EUC-JP | ????涅?G | 0011111100111111001111110011111111011110101110100011111101000111 | 3f3f3f3fdeba3f47 |
| UTF-8 | 렱렚솅씬涅렡G | 11101011101000001011000111101011101000001001101011101100100001101000010111101100100101001010110011100110101101101000010111101011101000001010000101000111 | eba0b1eba09aec8685ec94ace6b685eba0a147 |
| UHC | 렱렚솅씬涅렡G | 10001110101111101000111010101101101111001101000110111110110000001110011011101110100011101011001001000111 | 8ebe8eadbcd1bec0e6ee8eb247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)