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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??衆 | 00111111001111111000111101001111 | 3f3f8f4f |
EUC-JP | 珩?衆 | 100011111100101111110111001111111011110110110000 | 8fcbf73fbdb0 |
UTF-8 | 珩렭衆 | 111001111000111110101001111010111010000010101101111010001010000110000110 | e78fa9eba0ade8a186 |
UHC | 珩렭衆 | 111110111010100010001110101110101111000111101011 | fba88ebaf1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)