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 | ?賣鮴コ | 001111111110011011001100111010011011111010111010 | 3fe6cce9beba |
EUC-JP | 寗賣鮴コ | 100011111011101011100000111011001100111011110010110000001000111010111010 | 8fbae0eccef2c08eba |
UTF-8 | 寗賣鮴コ | 111001011010111110010111111010001011001110100011111010011010111010110100111011111011110110111010 | e5af97e8b3a3e9aeb4efbdba |
UHC | 寗賣?? | 110100101011110011011000111000110011111100111111 | d2bcd8e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)