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 | ¸÷ | 100011111011100011110111 | 8fb8f7 |
SJIS-WIN | ??÷ | 00111111001111111000000110000000 | 3f3f8180 |
EUC-JP | ?¸÷ | 001111111000111110100010101100011010000111100000 | 3f8fa2b1a1e0 |
UTF-8 | ¸÷ | 110000101000111111000010101110001100001110110111 | c28fc2b8c3b7 |
UHC | ?¸÷ | 0011111110100010101011001010000111000000 | 3fa2aca1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)