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 | ????U^ | 001111110011111100111111001111110101010101011110 | 3f3f3f3f555e |
SJIS-WIN | ????U^ | 001111110011111100111111001111110101010101011110 | 3f3f3f3f555e |
EUC-JP | ????U^ | 001111110011111100111111001111110101010101011110 | 3f3f3f3f555e |
UTF-8 | 쩐짯혦징U^ | 1110110010101001100100001110110010100111101011111110110110011000101001101110110010100111100101010101010101011110 | eca990eca7afed98a6eca795555e |
UHC | 쩐짯혦징U^ | 11000010101111101100001010101101110000101000111011000010101000010101010101011110 | c2bec2adc28ec2a1555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)