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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貂ァ髮ォ辟 | 1110011010111000101001111110100110011011101010111110011110000100 | e6b8a7e99babe784 |
EUC-JP | 貂ァ髮ォ辟 | 11101100101110101000111010100111111100011111101110001110101010111110110111100100 | ecba8ea7f1fb8eabede4 |
UTF-8 | 貂ァ髮ォ辟 | 111010001011001010000010111011111011110110100111111010011010101110101110111011111011110110101011111010001011111010011111 | e8b282efbda7e9abaeefbdabe8be9f |
UHC | 貂?髮?? | 11110101101100000011111111011011101001010011111100111111 | f5b03fdba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)