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 | 語⑥?雅 | 10001100111010101000011101000101001111111000100111101011 | 8cea87453f89eb |
EUC-JP | 語??雅 | 101110001110110000111111001111111011001011101101 | b8ec3f3fb2ed |
UTF-8 | 語⑥캈雅 | 111010001010101010011110111000101001000110100101111011001011101010001000111010011001101110000101 | e8aa9ee291a5ecba88e99b85 |
UHC | 語⑥캈雅 | 1110010111011110101010001110110010101111100101001110010010111010 | e5dea8ecaf94e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)