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 | 楹??瓮 | 100111101011000100111111001111111110000101000100 | 9eb13f3fe144 |
EUC-JP | 楹??瓮 | 110111001011001100111111001111111110000110100101 | dcb33f3fe1a5 |
UTF-8 | 楹섓숲瓮 | 111001101010010110111001111011001000010010010011111011001000100010110010111001111001001110101110 | e6a5b9ec8493ec88b2e793ae |
UHC | 楹섓숲瓮 | 1110011110110011100110001110111110111101101000111110100010110111 | e7b398efbda3e8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)