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 | 111000111010111111100001011101111110001110111000111000000111101001000010 | e3afe177e3b8e07a42 |
EUC-JP | 羆痍羣炳B | 111001101011000111100001110110001110011010111010110111111101101101000010 | e6b1e1d8e6badfdb42 |
UTF-8 | 羆痍羣炳B | 11100111101111101000011011100111100101111000110111100111101111101010001111100111100000101011001101000010 | e7be86e7978de7bea3e782b342 |
UHC | ?痍?炳B | 00111111111011001011011100111111110111001011100101000010 | 3fecb73fdcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)