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 | 1001111111110011111000001010111110011101010010101110001001100101111001110101101001000010 | 9ff3e0af9d4ae265e75a42 |
EUC-JP | 灌牘扣稙躬B | 1101111011110101111000001011000111011001101010111110001111000110111011011011101101000010 | def5e0b1d9abe3c6edbb42 |
UTF-8 | 灌牘扣稙躬B | 11100111100000011000110011100111100010011001100011100110100010011010001111100111101010001001100111101000101110101010110001000010 | e7818ce78998e689a3e7a899e8baac42 |
UHC | 灌牘?稙躬B | 11001110101101001101010010111010001111111111001011000010110011111110010101000010 | ceb4d4ba3ff2c2cfe542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)