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 | 100100001100111010001001011010111001000011001110100100011010001001000010 | 90ce896b90ce91a242 |
EUC-JP | 石洩石造B | 110000001101000010110001110011001100000011010000110000101010010001000010 | c0d0b1ccc0d0c2a442 |
UTF-8 | 石洩石造B | 11100111100111111011001111100110101101001010100111100111100111111011001111101001100000001010000001000010 | e79fb3e6b4a9e79fb3e980a042 |
UHC | 石洩石造B | 111000001011010011100000110111011110000010110100111100001110001101000010 | e0b4e0dde0b4f0e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)