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 | 跫ゥ增 | 1110011011101101101010011111101010011101 | e6eda9fa9d |
EUC-JP | 跫ゥ? | 1110110011101111100011101010100100111111 | ecef8ea93f |
UTF-8 | 跫ゥ增 | 111010001011011110101011111011111011110110101001111001011010001010011110 | e8b7abefbda9e5a29e |
UHC | ??增 | 00111111001111111111000111110010 | 3f3ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)