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 | 1000111101010110100011101000000101110110100011110101011010001110100000010111011001000010 | 8f568e81768f568e817642 |
EUC-JP | 酬氏v酬氏vB | 1011110110110111101110111110000101110110101111011011011110111011111000010111011001000010 | bdb7bbe176bdb7bbe17642 |
UTF-8 | 酬氏v酬氏vB | 111010011000010110101100111001101011000010001111011101101110100110000101101011001110011010110000100011110111011001000010 | e985ace6b08f76e985ace6b08f7642 |
UHC | 酬氏v酬氏vB | 1110001011000110111001001010101101110110111000101100011011100100101010110111011001000010 | e2c6e4ab76e2c6e4ab7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)