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 | ?Cn?@?D | 00111111010000110110111000111111010000000011111101000100 | 3f436e3f403f44 |
SJIS-WIN | ?Cn?@?D | 00111111010000110110111000111111010000000011111101000100 | 3f436e3f403f44 |
EUC-JP | ?Cn?@?D | 00111111010000110110111000111111010000000011111101000100 | 3f436e3f403f44 |
UTF-8 | 혪Cn혪@혪D | 11101101100110001010101001000011011011101110110110011000101010100100000011101101100110001010101001000100 | ed98aa436eed98aa40ed98aa44 |
UHC | 혪Cn혪@혪D | 11000010100100100100001101101110110000101001001001000000110000101001001001000100 | c292436ec29240c29244 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)