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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?剩晤h | 001111111001100110010100100111011110101101101000 | 3f99949deb68 |
EUC-JP | ?剩晤h | 001111111101000111110100110110101110110101101000 | 3fd1f4daed68 |
UTF-8 | 뤳剩晤h | 11101011101001001011001111100101100010011010100111100110100110011010010001101000 | eba4b3e589a9e699a468 |
UHC | 뤳剩晤h | 10001111111000011110110110100101111001111111101101101000 | 8fe1eda5e7fb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)