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 | 種???? | 100011101110110100111111001111110011111100111111 | 8eed3f3f3f3f |
EUC-JP | 種?勖?? | 1011110011101111001111111000111110110011111011010011111100111111 | bcef3f8fb3ed3f3f |
UTF-8 | 種렕勖렠亐 | 111001111010100010101110111010111010000010010101111001011000101110010110111010111010000010100000111001001011101010010000 | e7a8aeeba095e58b96eba0a0e4ba90 |
UHC | 種렕勖렠亐 | 11110000111110101000111010101010111010011110110110001110101100011110101010100111 | f0fa8eaae9ed8eb1eaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)