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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 劣꾩쉮留쯪 | 111011111010011010011101111010101011111010101001111011001000100110101110111011111010011110001101111011001010111110101010 | efa69deabea9ec89aeefa78decafaa |
UHC | 劣꾩쉮留쯪 | 11100110111010111000010011101100100110101000011011101011101001111010100101101000 | e6eb84ec9a86eba7a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)