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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 錚貊騁??堤 | 11101000010000101110011010111011111010010111010000111111001111111001001011100111 | e842e6bbe9743f3f92e7 |
EUC-JP | 錚貊騁??堤 | 11101111101000111110110010111101111100011101010100111111001111111100010011101001 | efa3ecbdf1d53f3fc4e9 |
UTF-8 | 錚貊騁易렎堤 | 111010011000110010011010111010001011001010001010111010011010100010000001111011111010011110100000111010111010000010001110111001011010000010100100 | e98c9ae8b28ae9a881efa7a0eba08ee5a0a4 |
UHC | 錚貊騁易렎堤 | 111011101011011011011000111001111101111010111110111011001010111110001110101001001111000010100111 | eeb6d8e7debeecaf8ea4f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)