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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕚マシ | 111101111111010111100100110101001100111110111100 | f7f5e4d4cfbc |
EUC-JP | ?蕚マシ | 00111111111010001101011010001110110011111000111010111100 | 3fe8d68ecf8ebc |
UTF-8 | 蕚マシ | 111011101001011110011000111010001001010110011010111011111011111010001111111011111011110110111100 | ee9798e8959aefbe8fefbdbc |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)