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 | ľD^ | 11000100101111100100010001011110 | c4be445e |
SJIS-WIN | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
EUC-JP | Ä?D^ | 100011111010101010100011001111110100010001011110 | 8faaa33f445e |
UTF-8 | ľD^ | 110000111000010011000010101111100100010001011110 | c384c2be445e |
UHC | ?¾D^ | 0011111110101000111110100100010001011110 | 3fa8fa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)