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 | ?P?Cc^ | 001111110101000000111111010000110110001101011110 | 3f503f43635e |
SJIS-WIN | ?P?Cc^ | 001111110101000000111111010000110110001101011110 | 3f503f43635e |
EUC-JP | ?P?Cc^ | 001111110101000000111111010000110110001101011110 | 3f503f43635e |
UTF-8 | 혪P혪Cc^ | 11101101100110001010101001010000111011011001100010101010010000110110001101011110 | ed98aa50ed98aa43635e |
UHC | 혪P혪Cc^ | 1100001010010010010100001100001010010010010000110110001101011110 | c29250c29243635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)