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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齎???⊂ | 11100110110110000011111100111111001111111000000110111100 | e6d83f3f3f81bc |
EUC-JP | 齎??泮⊂ | 111011001101101000111111001111111000111111000111101010001010001010111110 | ecda3f3f8fc7a8a2be |
UTF-8 | 齎렰識泮⊂ | 111010011011110110001110111010111010000010110000111011111010011110111100111001101011001110101110111000101000101010000010 | e9bd8eeba0b0efa7bce6b3aee28a82 |
UHC | 齎렰識泮⊂ | 11101110101100101000111010111101111100101011110111011010111010101010000111111000 | eeb28ebdf2bddaeaa1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)