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 | ???^F | 0011111100111111001111110101111001000110 | 3f3f3f5e46 |
SJIS-WIN | 墻ょ?^F | 10011010110101001000001011100101001111110101111001000110 | 9ad482e53f5e46 |
EUC-JP | 墻ょ?^F | 11010100110101101010010011100111001111110101111001000110 | d4d6a4e73f5e46 |
UTF-8 | 墻ょ댚^F | 1110010110100010101110111110001110000010100001111110101110001100100110100101111001000110 | e5a2bbe38287eb8c9a5e46 |
UHC | 墻ょ댚^F | 1110110111011111101010101110011110001000101111100101111001000110 | eddfaae788be5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)