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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鍮щ? | 1110100001001010100001001000101100111111 | e84a848b3f |
EUC-JP | 鍮щ? | 1110111110101011101001111110101100111111 | efaba7eb3f |
UTF-8 | 鍮щ쓺 | 1110100110001101101011101101000110001001111011001001001110111010 | e98daed189ec93ba |
UHC | 鍮щ쓺 | 111010111011100110101100111010111011111010110110 | ebb9acebbeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)