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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 昭盧ケ[BF | 1000111110111010111000011011100010111001010110110100001001000110 | 8fbae1b8b95b4246 |
EUC-JP | 昭盧ケ[BF | 101111101011110011100010101110101000111010111001010110110100001001000110 | bebce2ba8eb95b4246 |
UTF-8 | 昭盧ケ[BF | 111001101001100010101101111001111001101110100111111011111011110110111001010110110100001001000110 | e698ade79ba7efbdb95b4246 |
UHC | 昭盧?[BF | 1110000110111001110101101101010000111111010110110100001001000110 | e1b9d6d43f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)