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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 棚短B | 1001001001001001100100100101101001000010 | 9249925a42 |
EUC-JP | 棚短B | 1100001110101010110000111011101101000010 | c3aac3bb42 |
UTF-8 | 棚短B | 11100110101000111001101011100111100111111010110101000010 | e6a39ae79fad42 |
UHC | 棚短B | 1101110111011100110100111010110101000010 | dddcd3ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)