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 | ?褻褻石 | 00111111111001011111011011100101111101101001000011001110 | 3fe5f6e5f690ce |
EUC-JP | ?褻褻石 | 00111111111010101111100011101010111110001100000011010000 | 3feaf8eaf8c0d0 |
UTF-8 | 敾褻褻石 | 111001101001010110111110111010001010010010111011111010001010010010111011111001111001111110110011 | e695bee8a4bbe8a4bbe79fb3 |
UHC | 敾褻褻石 | 1110000011000000111000001110000111100000111000011110000010110100 | e0c0e0e1e0e1e0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)