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 | 庸? | 100101110110011000111111 | 97663f |
EUC-JP | 庸? | 110011011100011100111111 | cdc73f |
UTF-8 | 庸놢 | 111001011011101010111000111010111000011010100010 | e5bab8eb86a2 |
UHC | 庸놢 | 11101001101111001000011101000101 | e9bc8745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)