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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 藕暑 | 11100101010110001000111110001011 | e5588f8b |
EUC-JP | 藕暑 | 11101001101110011011110111101011 | e9b9bdeb |
UTF-8 | 藕暑 | 111010001001011110010101111001101001101010010001 | e89795e69a91 |
UHC | 藕暑 | 11101001111001001101111111110100 | e9e4dff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)