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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 適斑? | 1001001101001011100101001100000100111111 | 934b94c13f |
EUC-JP | 適斑? | 1100010110101100110010001100001100111111 | c5acc8c33f |
UTF-8 | 適斑렠 | 111010011000000110101001111001101001011010010001111010111010000010100000 | e981a9e69691eba0a0 |
UHC | 適斑렠 | 111011101110101011011010111010001000111010110001 | eeeadae88eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)