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 | ´÷Úß | 10110100111101111101101011011111 | b4f7dadf |
SJIS-WIN | ´÷?? | 100000010100110010000001100000000011111100111111 | 814c81803f3f |
EUC-JP | ´÷Úß | 10100001101011011010000111100000100011111010101011100010100011111010100111001110 | a1ada1e08faae28fa9ce |
UTF-8 | ´÷Úß | 1100001010110100110000111011011111000011100110101100001110011111 | c2b4c3b7c39ac39f |
UHC | ´÷?ß | 10100010101001011010000111000000001111111010100110101100 | a2a5a1c03fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)