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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珥?寃㎎ | 11100000111000000011111110011011100000111000011101110010 | e0e03f9b838772 |
EUC-JP | 珥?寃? | 111000001110001000111111110101011110001100111111 | e0e23fd5e33f |
UTF-8 | 珥렮寃㎎ | 111001111000111110100101111010111010000010101110111001011010111110000011111000111000111010001110 | e78fa5eba0aee5af83e38e8e |
UHC | 珥렮寃㎎ | 1110110010110100100011101011101111101010101100101010011110110111 | ecb48ebbeab2a7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)