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 | 1110010111110010100111011110100110000001110110101110010110110000100100010110111001000010 | e5f29de981dae5b0916e42 |
EUC-JP | 褪晞∠蟆創B | 1110101011110100110110101110101110100010110111001110101010110010110000011100111101000010 | eaf4daeba2dceab2c1cf42 |
UTF-8 | 褪晞∠蟆創B | 11101000101001001010101011100110100110011001111011100010100010001010000011101000100111111000011011100101100010011011010101000010 | e8a4aae6999ee288a0e89f86e589b542 |
UHC | 褪晞∠?創B | 11110111110110111111110111110101101000011101000000111111111100111101110001000010 | f7dbfdf5a1d03ff3dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)