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 | 逗逗 | 10010000100000001001000010000000 | 90809080 |
EUC-JP | 逗逗 | 10111111111000001011111111100000 | bfe0bfe0 |
UTF-8 | 逗逗 | 111010011000000010010111111010011000000010010111 | e98097e98097 |
UHC | 逗逗 | 11010100111010001101010011101000 | d4e8d4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)