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 | 蔗紙砂羇 | 1110010011110010100011101000011010001101101110111110001110110010 | e4f28e868dbbe3b2 |
EUC-JP | 蔗紙砂羇 | 1110100011110100101110111110011010111010101111011110011010110100 | e8f4bbe6babde6b4 |
UTF-8 | 蔗紙砂羇 | 111010001001010010010111111001111011010010011001111001111010000010000010111001111011111010000111 | e89497e7b499e7a082e7be87 |
UHC | 蔗紙砂? | 11101101101111011111001010110101110111101110001100111111 | edbdf2b5dee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)