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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 錝自嵂而B | 111110111101110110001110101010011111101010110010100011101010011101000010 | fbdd8ea9fab28ea742 |
| EUC-JP | 錝自嵂而B | 1000111111100100110110111011110010101011100011111011101111010000101111001010100101000010 | 8fe4dbbcab8fbbd0bca942 |
| UTF-8 | 錝自嵂而B | 11101001100011001001110111101000100001111010101011100101101101011000001011101000100000001000110001000010 | e98c9de887aae5b582e8808c42 |
| UHC | ?自?而B | 00111111111011011011101100111111111011001011101101000010 | 3fedbb3fecbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)