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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蕚マシ | 1111011111110101111001001101010011001111101111001111011111110101 | f7f5e4d4cfbcf7f5 |
EUC-JP | ?蕚マシ? | 0011111111101000110101101000111011001111100011101011110000111111 | 3fe8d68ecf8ebc3f |
UTF-8 | 蕚マシ | 111011101001011110011000111010001001010110011010111011111011111010001111111011111011110110111100111011101001011110011000 | ee9798e8959aefbe8fefbdbcee9798 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)