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 | ?H?S | 00111111010010000011111101010011 | 3f483f53 |
SJIS-WIN | ?H?S | 00111111010010000011111101010011 | 3f483f53 |
EUC-JP | ?H?S | 00111111010010000011111101010011 | 3f483f53 |
UTF-8 | 혪H혪S | 1110110110011000101010100100100011101101100110001010101001010011 | ed98aa48ed98aa53 |
UHC | 혪H혪S | 110000101001001001001000110000101001001001010011 | c29248c29253 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)