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 | 楢?衆?佇 | 1001001111101000001111111000111101001111001111111001100011001000 | 93e83f8f4f3f98c8 |
EUC-JP | 楢?衆?佇 | 1100011011101010001111111011110110110000001111111101000011001010 | c6ea3fbdb03fd0ca |
UTF-8 | 楢렢衆렎佇 | 111001101010010110100010111010111010000010100010111010001010000110000110111010111010000010001110111001001011110110000111 | e6a5a2eba0a2e8a186eba08ee4bd87 |
UHC | 楢렢衆렎佇 | 11101010111110011000111010110011111100011110101110001110101001001110111010110111 | eaf98eb3f1eb8ea4eeb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)