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 | 纒?磯 | 1110001110010101001111111000100011101001 | e3953f88e9 |
EUC-JP | 纒魗磯 | 11100101111101011000111111101010101111111011000011101011 | e5f58feabfb0eb |
UTF-8 | 纒魗磯 | 111001111011101010010010111010011010110110010111111001111010001110101111 | e7ba92e9ad97e7a3af |
UHC | ??磯 | 00111111001111111101000110110100 | 3f3fd1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)