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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 豈凡v豈凡vB | 1110011010101111100101100111110101110110111001101010111110010110011111010111011001000010 | e6af967d76e6af967d7642 |
EUC-JP | 豈凡v豈凡vB | 1110110010110001110010111101111001110110111011001011000111001011110111100111011001000010 | ecb1cbde76ecb1cbde7642 |
UTF-8 | 豈凡v豈凡vB | 111010001011000110001000111001011000011110100001011101101110100010110001100010001110010110000111101000010111011001000010 | e8b188e587a176e8b188e587a17642 |
UHC | 豈凡v豈凡vB | 1101000111000010110110111110110101110110110100011100001011011011111011010111011001000010 | d1c2dbed76d1c2dbed7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)