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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?剩晤^ | 001111111001100110010100100111011110101101011110 | 3f99949deb5e |
EUC-JP | ?剩晤^ | 001111111101000111110100110110101110110101011110 | 3fd1f4daed5e |
UTF-8 | 뤳剩晤^ | 11101011101001001011001111100101100010011010100111100110100110011010010001011110 | eba4b3e589a9e699a45e |
UHC | 뤳剩晤^ | 10001111111000011110110110100101111001111111101101011110 | 8fe1eda5e7fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)