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 | 楢?衆? | 100100111110100000111111100011110100111100111111 | 93e83f8f4f3f |
EUC-JP | 楢?衆? | 110001101110101000111111101111011011000000111111 | c6ea3fbdb03f |
UTF-8 | 楢렢衆렎 | 111001101010010110100010111010111010000010100010111010001010000110000110111010111010000010001110 | e6a5a2eba0a2e8a186eba08e |
UHC | 楢렢衆렎 | 1110101011111001100011101011001111110001111010111000111010100100 | eaf98eb3f1eb8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)