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 | ÛÞÐø | 11011011110111101101000011111000 | dbded0f8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÛÞ?ø | 10001111101010101110010110001111101010011011000000111111100011111010100111001100 | 8faae58fa9b03f8fa9cc |
UTF-8 | ÛÞÐø | 1100001110011011110000111001111011000011100100001100001110111000 | c39bc39ec390c3b8 |
UHC | ?ÞÐø | 00111111101010001010110110101000101000101010100110101010 | 3fa8ada8a2a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)