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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雜コ貊比諸螂 | 1110100010110110101110101110011010111011100101001110010011111011101010011110010110100101 | e8b6bae6bb94e4fba9e5a5 |
EUC-JP | 雜コ貊比?螂 | 1111000010111000100011101011101011101100101111011100100011100110001111111110101010100111 | f0b88ebaecbdc8e63feaa7 |
UTF-8 | 雜コ貊比諸螂 | 111010011001101110011100111011111011110110111010111010001011001010001010111001101010111110010100111011111010100010100010111010001001111010000010 | e99b9cefbdbae8b28ae6af94efa8a2e89e82 |
UHC | 雜?貊比?螂 | 11101101110110100011111111011000111001111101110111101111001111111101010111001100 | edda3fd8e7ddef3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)