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 | ??kD??kD^ | 001111110011111101101011010001000011111100111111011010110100010001011110 | 3f3f6b443f3f6b445e |
SJIS-WIN | 髮ィkD髮ィkD^ | 1110100110011011101010000110101101000100111010011001101110101000011010110100010001011110 | e99ba86b44e99ba86b445e |
EUC-JP | 髮ィkD髮ィkD^ | 11110001111110111000111010101000011010110100010011110001111110111000111010101000011010110100010001011110 | f1fb8ea86b44f1fb8ea86b445e |
UTF-8 | 髮ィkD髮ィkD^ | 1110100110101011101011101110111110111101101010000110101101000100111010011010101110101110111011111011110110101000011010110100010001011110 | e9abaeefbda86b44e9abaeefbda86b445e |
UHC | 髮?kD髮?kD^ | 1101101110100101001111110110101101000100110110111010010100111111011010110100010001011110 | dba53f6b44dba53f6b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)