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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 艶????^ | 10001001100100000011111100111111001111110011111101011110 | 89903f3f3f3f5e |
EUC-JP | 艶????^ | 10110001111100000011111100111111001111110011111101011110 | b1f03f3f3f3f5e |
UTF-8 | 艶쀮뀠怜멵^ | 11101000100010011011011011101100100000001010111011101011100000001010000011101111101001101010110011101011101010011011010101011110 | e889b6ec80aeeb80a0efa6aceba9b55e |
UHC | 艶쀮뀠怜멵^ | 1110011011111101100101111110111010000101100101111110011110110000100100010110001101011110 | e6fd97ee8597e7b091635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)