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 | 映??烏 | 100010010110011000111111001111111000100101000111 | 89663f3f8947 |
EUC-JP | 映??烏 | 101100011100011100111111001111111011000110101000 | b1c73f3fb1a8 |
UTF-8 | 映ㅸ쫿烏 | 111001101001100010100000111000111000010110111000111011001010101110111111111001111000001110001111 | e698a0e385b8ecabbfe7838f |
UHC | 映ㅸ쫿烏 | 1110011110110001101001001110100010100110100101101110100010100001 | e7b1a4e8a696e8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)