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 | 趙??豆 | 111001101110001000111111001111111001001110100100 | e6e23f3f93a4 |
EUC-JP | 趙??豆 | 111011001110010000111111001111111100011010100110 | ece43f3fc6a6 |
UTF-8 | 趙흗렧豆 | 111010001011011010011001111011011001110110010111111010111010000010100111111010001011000110000110 | e8b699ed9d97eba0a7e8b186 |
UHC | 趙흗렧豆 | 1111000011100001110010001110100110001110101101101101010011100111 | f0e1c8e98eb6d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)