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 | ?@e?FZB | 00111111010000000110010100111111010001100101101001000010 | 3f40653f465a42 |
SJIS-WIN | ?@e?FZB | 00111111010000000110010100111111010001100101101001000010 | 3f40653f465a42 |
EUC-JP | ?@e?FZB | 00111111010000000110010100111111010001100101101001000010 | 3f40653f465a42 |
UTF-8 | 혪@e혪FZB | 1110110110011000101010100100000001100101111011011001100010101010010001100101101001000010 | ed98aa4065ed98aa465a42 |
UHC | 혪@e혪FZB | 110000101001001001000000011001011100001010010010010001100101101001000010 | c2924065c292465a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)