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 | 癌析厄 | 100010101110000010010000110011011001011011101111 | 8ae090cd96ef |
EUC-JP | 癌析厄 | 101101001110001011000000110011111100110011110001 | b4e2c0cfccf1 |
UTF-8 | 癌析厄 | 111001111001100110001100111001101001111010010000111001011000111010000100 | e7998ce69e90e58e84 |
UHC | 癌析厄 | 111001001101111111100000101100001110010011111000 | e4dfe0b0e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)