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 | 續郁芥 | 111000111001010010001000111010001000101001001000 | e39488e88a48 |
EUC-JP | 續郁芥 | 111001011111010010110000111010101011001110101001 | e5f4b0eab3a9 |
UTF-8 | 續郁芥 | 111001111011101010001100111010011000001110000001111010001000101010100101 | e7ba8ce98381e88aa5 |
UHC | 續郁芥 | 111000011101100111101001111101001100101111001110 | e1d9e9f4cbce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)