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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?賣鮴コ鱇 | 0011111111100110110011001110100110111110101110101110100111011111 | 3fe6cce9bebae9df |
EUC-JP | 寗賣鮴コ鱇 | 1000111110111010111000001110110011001110111100101100000010001110101110101111001011100001 | 8fbae0eccef2c08ebaf2e1 |
UTF-8 | 寗賣鮴コ鱇 | 111001011010111110010111111010001011001110100011111010011010111010110100111011111011110110111010111010011011000110000111 | e5af97e8b3a3e9aeb4efbdbae9b187 |
UHC | 寗賣??鱇 | 1101001010111100110110001110001100111111001111111100101110111110 | d2bcd8e33f3fcbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)