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 | ã½^ | 111000111011110110001011100011111000111101011110 | e3bd8b8f8f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ã????^ | 1000111110101011101010100011111100111111001111110011111101011110 | 8fabaa3f3f3f3f5e |
UTF-8 | ã½^ | 1100001110100011110000101011110111000010100010111100001010001111110000101000111101011110 | c3a3c2bdc28bc28fc28f5e |
UHC | ?½???^ | 00111111101010001111011000111111001111110011111101011110 | 3fa8f63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)