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 | Î | 1100111010011101 | ce9d |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | Î? | 10001111101010101100001000111111 | 8faac23f |
UTF-8 | Î | 11000011100011101100001010011101 | c38ec29d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)