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 | 霍迎霍鶏^ | 111010001011011110001100011111011110100010110111100011000111101101011110 | e8b78c7de8b78c7b5e |
EUC-JP | 霍迎霍鶏^ | 111100001011100110110111110111101111000010111001101101111101110001011110 | f0b9b7def0b9b7dc5e |
UTF-8 | 霍迎霍鶏^ | 11101001100111001000110111101000101111111000111011101001100111001000110111101001101101101000111101011110 | e99c8de8bf8ee99c8de9b68f5e |
UHC | ?迎??^ | 001111111110011111001010001111110011111101011110 | 3fe7ca3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)