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 | 伍? | 100011001101111000111111 | 8cde3f |
EUC-JP | 伍? | 101110001110000000111111 | b8e03f |
UTF-8 | 伍섊 | 111001001011110010001101111011001000010010001010 | e4bc8dec848a |
UHC | 伍섊 | 11100111111010101001100011100111 | e7ea98e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)