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 | 111001111000000010001011011110101110011110000000100010110111101001000010 | e7808b7ae7808b7a42 |
EUC-JP | 轢吸轢吸B | 111011011110000010110101110110111110110111100000101101011101101101000010 | ede0b5dbede0b5db42 |
UTF-8 | 轢吸轢吸B | 11101000101111011010001011100101100100001011100011101000101111011010001011100101100100001011100001000010 | e8bda2e590b8e8bda2e590b842 |
UHC | 轢吸轢吸B | 110101011111100111111101111001011101010111111001111111011110010101000010 | d5f9fde5d5f9fde542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)