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 | 111110110100100110001110101110011111101101001000100011101011111001000010 | fb498eb9fb488ebe42 |
EUC-JP | 渼嫉渧疾B | 1000111111000111111100001011110010111011100011111100011111101011101111001100000001000010 | 8fc7f0bcbb8fc7ebbcc042 |
UTF-8 | 渼嫉渧疾B | 11100110101110001011110011100101101010111000100111100110101110001010011111100111100101101011111001000010 | e6b8bce5ab89e6b8a7e796be42 |
UHC | 渼嫉?疾B | 1101101010110100111100101110110000111111111100101111000001000010 | dab4f2ec3ff2f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)