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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 裔??節? | 11100101111000010011111100111111100100001101111100111111 | e5e13f3f90df3f |
| EUC-JP | 裔??節? | 11101010111000110011111100111111110000001110000100111111 | eae33f3fc0e13f |
| UTF-8 | 裔쏃썎節팑 | 111010001010001110010100111011001000111110000011111011001000110110001110111001111010111110000000111011011000110010010001 | e8a394ec8f83ec8d8ee7af80ed8c91 |
| UHC | 裔쏃썎節팑 | 11100111111000001001101111101001100110111000000111101111101111011011101101001111 | e7e09be99b81efbdbb4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)