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 | 檍???? | 100111101111100000111111001111110011111100111111 | 9ef83f3f3f3f |
| EUC-JP | 檍??庾? | 1101110011111010001111110011111110001111101111001100111000111111 | dcfa3f3f8fbcce3f |
| UTF-8 | 檍됰씈庾췖 | 111001101010101010001101111010111001000010110000111011001001010010001000111001011011101010111110111011001011011110010110 | e6aa8deb90b0ec9488e5babeecb796 |
| UHC | 檍됰씈庾췖 | 11100101111001011000100111101011100111011010000011101010111011001010111001001111 | e5e589eb9da0eaecae4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)