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 | ??芸?? | 001111110011111110001100011111000011111100111111 | 3f3f8c7c3f3f |
EUC-JP | 湞?芸?˚ | 10001111110001111111111000111111101101111101110100111111100011111010001010110110 | 8fc7fe3fb7dd3f8fa2b6 |
UTF-8 | 湞렰芸ㅸ˚ | 1110011010111001100111101110101110100000101100001110100010001010101110001110001110000101101110001100101110011010 | e6b99eeba0b0e88ab8e385b8cb9a |
UHC | 湞렰芸ㅸ˚ | 11101111111001101000111010111101111010011111110110100100111010001010001010101010 | efe68ebde9fda4e8a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)