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 | 髮菩唖諷「 | 111010011001101110010101111011001000100010100000111001101000010110100010 | e99b95ec88a0e685a2 |
EUC-JP | 髮菩唖諷「 | 11110001111110111100101011101110101100001010001011101011111001011000111010100010 | f1fbcaeeb0a2ebe58ea2 |
UTF-8 | 髮菩唖諷「 | 111010011010101110101110111010001000111110101001111001011001010010010110111010001010101110110111111011111011110110100010 | e9abaee88fa9e59496e8abb7efbda2 |
UHC | 髮菩?諷? | 1101101110100101110111001100110000111111111110011010010000111111 | dba5dccc3ff9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)