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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 種???支 | 10001110111011010011111100111111001111111000111001111000 | 8eed3f3f3f8e78 |
EUC-JP | 種?勖?支 | 101111001110111100111111100011111011001111101101001111111011101111011001 | bcef3f8fb3ed3fbbd9 |
UTF-8 | 種렕勖렠支 | 111001111010100010101110111010111010000010010101111001011000101110010110111010111010000010100000111001101001010010101111 | e7a8aeeba095e58b96eba0a0e694af |
UHC | 種렕勖렠支 | 11110000111110101000111010101010111010011110110110001110101100011111001010101000 | f0fa8eaae9ed8eb1f2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)