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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 裼阪醇粮」B | 11100101111001111000110111100011100011111000011011100010111011001010001101000010 | e5e78de38f86e2eca342 |
| EUC-JP | 裼阪醇粮」B | 1110101011101001101110101110010110111101111001101110010011101110100011101010001101000010 | eae9bae5bde6e4ee8ea342 |
| UTF-8 | 裼阪醇粮」B | 11101000101000111011110011101001100110001010101011101001100001101000011111100111101100101010111011101111101111011010001101000010 | e8a3bce998aae98687e7b2aeefbda342 |
| UHC | ?阪醇粮?B | 001111111111100010100001111000101111010111010101110110110011111101000010 | 3ff8a1e2f5d5db3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)