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 | ゚チ菅 | 11011111110000011001000010011011 | dfc1909b |
EUC-JP | ゚チ菅 | 100011101101111110001110110000011011111111111011 | 8edf8ec1bffb |
UTF-8 | ゚チ菅 | 111011111011111010011111111011111011111010000001111010001000111110000101 | efbe9fefbe81e88f85 |
UHC | ??菅 | 00111111001111111100111010111001 | 3f3fceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)