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 | 諍??論∫ | 1110011001111001001111110011111110011000010111111000000111100111 | e6793f3f985f81e7 |
| EUC-JP | 諍?彛論∫ | 11101011110110100011111110001111101111001111101011001111110000001010001011101001 | ebda3f8fbcfacfc0a2e9 |
| UTF-8 | 諍렋彛論∫ | 111010001010101110001101111010111010000010001011111001011011110110011011111010001010101110010110111000101000100010101011 | e8ab8deba08be5bd9be8ab96e288ab |
| UHC | 諍렋彛論∫ | 11101110101101011000111010100010111011001010110111010110111001011010000111110010 | eeb58ea2ecadd6e5a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)