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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮坂則 | 111010011001101110001101111000101001000110100101 | e99b8de291a5 |
EUC-JP | 髮坂則 | 111100011111101110111010111001001100001010100111 | f1fbbae4c2a7 |
UTF-8 | 髮坂則 | 111010011010101110101110111001011001110110000010111001011000100110000111 | e9abaee59d82e58987 |
UHC | 髮坂則 | 110110111010010111110111111110001111011011001110 | dba5f7f8f6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)