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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 陋セ德儖 | 11101000100110111011111011111010101110101001100101001111 | e89bbefaba994f |
| EUC-JP | 陋セ?儖 | 11101111111110111000111010111110001111111101000110110000 | effb8ebe3fd1b0 |
| UTF-8 | 陋セ德儖 | 111010011001100110001011111011111011110110111110111001011011111010110111111001011000010010010110 | e9998befbdbee5beb7e58496 |
| UHC | 陋?德? | 110101111011000000111111110100111110110000111111 | d7b03fd3ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)