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 | 蔗私撮璃 | 1110010011110010100011101000010010001110010000101001011110011110 | e4f28e848e42979e |
EUC-JP | 蔗私撮璃 | 1110100011110100101110111110010010111011101000111100110111111110 | e8f4bbe4bba3cdfe |
UTF-8 | 蔗私撮璃 | 111010001001010010010111111001111010011110000001111001101001001010101110111001111001001010000011 | e89497e7a781e692aee79283 |
UHC | 蔗私撮璃 | 1110110110111101110111101110011111110101110010011101011111100011 | edbddee7f5c9d7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)