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 | 鉐ォ寬 | 1110011111101111101010111111101010101010 | e7efabfaaa |
EUC-JP | 鉐ォ? | 1110111011110001100011101010101100111111 | eef18eab3f |
UTF-8 | 鉐ォ寬 | 111010011000100110010000111011111011110110101011111001011010111110101100 | e98990efbdabe5afac |
UHC | ??寬 | 00111111001111111100111010110000 | 3f3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)