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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髮穂サ呎 | 11101001100110111001010111100100101110111001100111100110 | e99b95e4bb99e6 |
EUC-JP | 髮穂サ呎 | 1111000111111011110010101110011010001110101110111101001011101000 | f1fbcae68ebbd2e8 |
UTF-8 | 髮穂サ呎 | 111010011010101110101110111001111010100110000010111011111011110110111011111001011001000110001110 | e9abaee7a982efbdbbe5918e |
UHC | 髮??? | 1101101110100101001111110011111100111111 | dba53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)