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 | ???????w | 0011111100111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f3f77 |
| SJIS-WIN | ???????w | 0011111100111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f3f77 |
| EUC-JP | ???????w | 0011111100111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f3f77 |
| UTF-8 | 렱렚섧샴셰샬선w | 11101011101000001011000111101011101000001001101011101100100001001010011111101100100000111011010011101100100001011011000011101100100000111010110011101100100001001010000001110111 | eba0b1eba09aec84a7ec83b4ec85b0ec83acec84a077 |
| UHC | 렱렚섧샴셰샬선w | 100011101011111010001110101011011011110010110101101111001010010010111100110011101011110010100011101111001011000101110111 | 8ebe8eadbcb5bca4bccebca3bcb177 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)