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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 額???→? | 1000101001111010001111110011111100111111100000011010100000111111 | 8a7a3f3f3f81a83f |
| EUC-JP | 額???→? | 1011001111011011001111110011111100111111101000101010101000111111 | b3db3f3f3fa2aa3f |
| UTF-8 | 額딄낮溜→묾 | 111010011010000110001101111010111001010010000100111010111000001010101110111011111010011110001011111000101000011010010010111010111010110010111110 | e9a18deb9484eb82aeefa78be28692ebacbe |
| UHC | 額딄낮溜→묾 | 111001001111111010001010111010101011001110110111111010101111111010100001111001101011100110110010 | e4fe8aeab3b7eafea1e6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)