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 | 螽゚・ | 111100011010001011100101101010001101111110100101 | f1a2e5a8dfa5 |
EUC-JP | ?螽゚・ | 00111111111010101010101010001110110111111000111010100101 | 3feaaa8edf8ea5 |
UTF-8 | 螽゚・ | 111011101000010010011101111010001001111010111101111011111011111010011111111011111011110110100101 | ee849de89ebdefbe9fefbda5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)