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 | 11101000101110011000001011100111100010111001011111100101100110101010010101000010 | e8b982e78b97e59aa542 |
| EUC-JP | 雹ら距蝴・B | 1111000010111011101001001110100110110101111101111110100111111010100011101010010101000010 | f0bba4e9b5f7e9fa8ea542 |
| UTF-8 | 雹ら距蝴・B | 11101001100110111011100111100011100000101000100111101000101101111001110111101000100111011011010011101111101111011010010101000010 | e99bb9e38289e8b79de89db4efbda542 |
| UHC | 雹ら距蝴?B | 11011010110111111010101011101001110010111110010111111011110111010011111101000010 | dadfaae9cbe5fbdd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)