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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畏?睛 | 1000100011011000001111111110000111001011 | 88d83fe1cb |
EUC-JP | 畏?睛 | 1011000011011010001111111110001011001101 | b0da3fe2cd |
UTF-8 | 畏렎睛 | 111001111001010110001111111010111010000010001110111001111001110110011011 | e7958feba08ee79d9b |
UHC | 畏렎睛 | 111010001110011010001110101001001110111111101100 | e8e68ea4efec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)