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 | 髫ィ轢ァ髮 | 1110100110011010101010001110011110000000101001111110100110011011 | e99aa8e780a7e99b |
EUC-JP | 髫ィ轢ァ髮 | 11110001111110101000111010101000111011011110000010001110101001111111000111111011 | f1fa8ea8ede08ea7f1fb |
UTF-8 | 髫ィ轢ァ髮 | 111010011010101110101011111011111011110110101000111010001011110110100010111011111011110110100111111010011010101110101110 | e9ababefbda8e8bda2efbda7e9abae |
UHC | ??轢?髮 | 00111111001111111101010111111001001111111101101110100101 | 3f3fd5f93fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)