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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 棚歎G | 1001001001001001100100100101011001000111 | 9249925647 |
EUC-JP | 棚歎G | 1100001110101010110000111011011101000111 | c3aac3b747 |
UTF-8 | 棚歎G | 11100110101000111001101011100110101011011000111001000111 | e6a39ae6ad8e47 |
UHC | 棚歎G | 1101110111011100111101111010011101000111 | dddcf7a747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)