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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 韲哭^ | 1110100011101100100110100100110001011110 | e8ec9a4c5e |
EUC-JP | 韲哭^ | 1111000011101110110100111010110101011110 | f0eed3ad5e |
UTF-8 | 韲哭^ | 11101001100111111011001011100101100100111010110101011110 | e99fb2e593ad5e |
UHC | ?哭^ | 00111111110011011101011001011110 | 3fcdd65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)