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 | 雜コ貊比諸 | 111010001011011010111010111001101011101110010100111001001111101110101001 | e8b6bae6bb94e4fba9 |
EUC-JP | 雜コ貊比? | 111100001011100010001110101110101110110010111101110010001110011000111111 | f0b88ebaecbdc8e63f |
UTF-8 | 雜コ貊比諸 | 111010011001101110011100111011111011110110111010111010001011001010001010111001101010111110010100111011111010100010100010 | e99b9cefbdbae8b28ae6af94efa8a2 |
UHC | 雜?貊比? | 1110110111011010001111111101100011100111110111011110111100111111 | edda3fd8e7ddef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)