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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 迹ゥC | 11100111100100011010100101000011 | e791a943 |
EUC-JP | 迹ゥC | 1110110111110001100011101010100101000011 | edf18ea943 |
UTF-8 | 迹ゥC | 11101000101111111011100111101111101111011010100101000011 | e8bfb9efbda943 |
UHC | 迹?C | 11101110111010010011111101000011 | eee93f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)