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 | 蝪九h塚墓ア | 1110010110100001100010111110001110000010100010001111101010011100100101011110011010110001 | e5a18be38288fa9c95e6b1 |
EUC-JP | 蝪九h?墓ア | 1110101010100011101101101110010110100011111010000011111111001010111010001000111010110001 | eaa3b6e5a3e83fcae88eb1 |
UTF-8 | 蝪九h塚墓ア | 111010001001110110101010111001001011100110011101111011111011110110001000111011111010100010010000111001011010001010010011111011111011110110110001 | e89daae4b99defbd88efa890e5a293efbdb1 |
UHC | ?九h?墓? | 001111111100111011111010101000111110100000111111110110011101011100111111 | 3fcefaa3e83fd9d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)