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 | 昇隯ェ淸 | 10001111101110001111101111101100101010101111101101000011 | 8fb8fbecaafb43 |
EUC-JP | 昇隯ェ? | 1011111010111010100011111110011011101111100011101010101000111111 | beba8fe6ef8eaa3f |
UTF-8 | 昇隯ェ淸 | 111001101001100010000111111010011001101010101111111011111011110110101010111001101011011110111000 | e69887e99aafefbdaae6b7b8 |
UHC | 昇??淸 | 111000111011000000111111001111111111010011101000 | e3b03f3ff4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)