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 | 跋弟徐 | 111001101110101110010010111011011000111110011001 | e6eb92ed8f99 |
EUC-JP | 跋弟徐 | 111011001110110111000100111011111011110111111001 | ecedc4efbdf9 |
UTF-8 | 跋弟徐 | 111010001011011110001011111001011011110010011111111001011011111010010000 | e8b78be5bc9fe5be90 |
UHC | 跋弟徐 | 110110111010001011110000101010011101111111101111 | dba2f0a9dfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)