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 | 燾治凞 | 111110110101101010001110101000011111101101011000 | fb5a8ea1fb58 |
EUC-JP | 燾治? | 100011111100101010111101101111001010001100111111 | 8fcabdbca33f |
UTF-8 | 燾治凞 | 111001111000011110111110111001101011001010111011111011111010100010010101 | e787bee6b2bbefa895 |
UHC | 燾治? | 1101010010100111111101101011110100111111 | d4a7f6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)