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 | 蔗私撮蘭 | 1110010011110010100011101000010010001110010000101001011110010110 | e4f28e848e429796 |
EUC-JP | 蔗私撮蘭 | 1110100011110100101110111110010010111011101000111100110111110110 | e8f4bbe4bba3cdf6 |
UTF-8 | 蔗私撮蘭 | 111010001001010010010111111001111010011110000001111001101001001010101110111010001001100010101101 | e89497e7a781e692aee898ad |
UHC | 蔗私撮蘭 | 1110110110111101110111101110011111110101110010011101010110110101 | edbddee7f5c9d5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)