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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 棚歎~ | 1001001001001001100100100101011001111110 | 924992567e |
EUC-JP | 棚歎~ | 1100001110101010110000111011011101111110 | c3aac3b77e |
UTF-8 | 棚歎~ | 11100110101000111001101011100110101011011000111001111110 | e6a39ae6ad8e7e |
UHC | 棚歎~ | 1101110111011100111101111010011101111110 | dddcf7a77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)