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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蠖零ャ罷脹B | 11100101101111011001011111101011101011001001010011101011100100101010111101000010 | e5bd97ebac94eb92af42 |
EUC-JP | 蠖零ャ罷脹B | 1110101010111111110011101110110110001110101011001100100011101101110001001011000101000010 | eabfceed8eacc8edc4b142 |
UTF-8 | 蠖零ャ罷脹B | 11101000101000001001011011101001100110111011011011101111101111011010110011100111101111011011011111101000100001001011100101000010 | e8a096e99bb6efbdace7bdb7e884b942 |
UHC | ?零?罷脹B | 001111111101011011000011001111111111011111110011111100111110110001000010 | 3fd6c33ff7f3f3ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)