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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 裄矩ケケ^ | 11100101111000001000101111101001101110011011100101011110 | e5e08be9b9b95e |
EUC-JP | 裄矩ケケ^ | 111010101110001010110110111010111000111010111001100011101011100101011110 | eae2b6eb8eb98eb95e |
UTF-8 | 裄矩ケケ^ | 11101000101000111000010011100111100111111010100111101111101111011011100111101111101111011011100101011110 | e8a384e79fa9efbdb9efbdb95e |
UHC | ?矩??^ | 001111111100111110111011001111110011111101011110 | 3fcfbb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)