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 | 錺伎Д | 111010000100010010001010111010101000010001000100 | e8448aea8444 |
EUC-JP | 錺伎Д | 111011111010010110110100111011001010011110100101 | efa5b4eca7a5 |
UTF-8 | 錺伎Д | 1110100110001100101110101110010010111100100011101101000010010100 | e98cbae4bc8ed094 |
UHC | ?伎Д | 0011111111010000111010111010110010100101 | 3fd0ebaca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)