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 | 111001101110111110010101010001011110011011101111100101010100010101000010 | e6ef9545e6ef954542 |
EUC-JP | 跣髭跣髭B | 111011001111000111001001101001101110110011110001110010011010011001000010 | ecf1c9a6ecf1c9a642 |
UTF-8 | 跣髭跣髭B | 11101000101101111010001111101001101010111010110111101000101101111010001111101001101010111010110101000010 | e8b7a3e9abade8b7a3e9abad42 |
UHC | 跣?跣?B | 11100000110100110011111111100000110100110011111101000010 | e0d33fe0d33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)