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 | 髮ゥ險・諡 | 1110100110011011101010011110100010101000101001011110011010001011 | e99ba9e8a8a5e68b |
EUC-JP | 髮ゥ險・諡 | 11110001111110111000111010101001111100001010101010001110101001011110101111101011 | f1fb8ea9f0aa8ea5ebeb |
UTF-8 | 髮ゥ險・諡 | 111010011010101110101110111011111011110110101001111010011001101010101010111011111011110110100101111010001010101110100001 | e9abaeefbda9e99aaaefbda5e8aba1 |
UHC | 髮?險?諡 | 1101101110100101001111111111101011001111001111111110001111001101 | dba53ffacf3fe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)