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 | ?@?`D?@?`D^ | 0011111101000000001111110110000001000100001111110100000000111111011000000100010001011110 | 3f403f60443f403f60445e |
SJIS-WIN | ?@?`D?@?`D^ | 0011111101000000001111110110000001000100001111110100000000111111011000000100010001011110 | 3f403f60443f403f60445e |
EUC-JP | ?@?`D?@?`D^ | 0011111101000000001111110110000001000100001111110100000000111111011000000100010001011110 | 3f403f60443f403f60445e |
UTF-8 | 혪@혣`D혪@혣`D^ | 11101101100110001010101001000000111011011001100010100011011000000100010011101101100110001010101001000000111011011001100010100011011000000100010001011110 | ed98aa40ed98a36044ed98aa40ed98a360445e |
UHC | 혪@혣`D혪@혣`D^ | 110000101001001001000000110000101000110001100000010001001100001010010010010000001100001010001100011000000100010001011110 | c29240c28c6044c29240c28c60445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)