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 | ?F?P?CN | 00111111010001100011111101010000001111110100001101001110 | 3f463f503f434e |
SJIS-WIN | ?F?P?CN | 00111111010001100011111101010000001111110100001101001110 | 3f463f503f434e |
EUC-JP | ?F?P?CN | 00111111010001100011111101010000001111110100001101001110 | 3f463f503f434e |
UTF-8 | 혪F혪P혪CN | 11101101100110001010101001000110111011011001100010101010010100001110110110011000101010100100001101001110 | ed98aa46ed98aa50ed98aa434e |
UHC | 혪F혪P혪CN | 11000010100100100100011011000010100100100101000011000010100100100100001101001110 | c29246c29250c292434e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)