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 | 001111111111101110111000100111011110101101101000 | 3ffbb89deb68 |
EUC-JP | ??晤h | 0011111100111111110110101110110101101000 | 3f3fdaed68 |
UTF-8 | 뤳鄕晤h | 11101011101001001011001111101001100001001001010111100110100110011010010001101000 | eba4b3e98495e699a468 |
UHC | 뤳鄕晤h | 10001111111000011111101011000001111001111111101101101000 | 8fe1fac1e7fb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)