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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遯壱掠籵 | 1110011110101010100010001110101110010111101010011110001011100000 | e7aa88eb97a9e2e0 |
EUC-JP | 遯壱掠籵 | 1110111010101100101100001110110111001110101010111110010011100010 | eeacb0edceabe4e2 |
UTF-8 | 遯壱掠籵 | 111010011000000110101111111001011010001110110001111001101000111010100000111001111011000110110101 | e981afe5a3b1e68ea0e7b1b5 |
UHC | 遯?掠? | 110101001110111000111111110101011101001100111111 | d4ee3fd5d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)