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 | ÔÚîºß | 110101001101101011101110101110101000111011011111 | d4daeeba8edf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÔÚîº?ß | 10001111101010101101010010001111101010101110001010001111101010111100001010001111101000101110101100111111100011111010100111001110 | 8faad48faae28fabc28fa2eb3f8fa9ce |
UTF-8 | ÔÚîºß | 110000111001010011000011100110101100001110101110110000101011101011000010100011101100001110011111 | c394c39ac3aec2bac28ec39f |
UHC | ???º?ß | 0011111100111111001111111010100010101100001111111010100110101100 | 3f3f3fa8ac3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)