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 | 紜視葦裝 | 1110001101000001100011101000101110001000101011111110010111100100 | e3418e8b88afe5e4 |
EUC-JP | 紜視葦裝 | 1110010110100010101110111110101110110000101100011110101011100110 | e5a2bbebb0b1eae6 |
UTF-8 | 紜視葦裝 | 111001111011010010011100111010001010011010010110111010001001000110100110111010001010001110011101 | e7b49ce8a696e891a6e8a39d |
UHC | ?視葦裝 | 00111111111000111100101011101010110110001110110111111011 | 3fe3caead8edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)