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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 黍褻?石 | 10001011011011111110010111110110001111111001000011001110 | 8b6fe5f63f90ce |
EUC-JP | 黍褻?石 | 10110101110100001110101011111000001111111100000011010000 | b5d0eaf83fc0d0 |
UTF-8 | 黍褻說石 | 111010011011101110001101111010001010010010111011111010001010101010101010111001111001111110110011 | e9bb8de8a4bbe8aaaae79fb3 |
UHC | 黍褻說石 | 1110000010101000111000001110000111100000111000111110000010110100 | e0a8e0e1e0e3e0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)