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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 迂蛟??BF | 1000100101001001111001011000000000111111001111110100001001000110 | 8949e5803f3f4246 |
EUC-JP | 迂蛟??BF | 1011000110101010111010011110000000111111001111110100001001000110 | b1aae9e03f3f4246 |
UTF-8 | 迂蛟렰렗BF | 1110100010111111100000101110100010011011100111111110101110100000101100001110101110100000100101110100001001000110 | e8bf82e89b9feba0b0eba0974246 |
UHC | 迂蛟렰렗BF | 11101001111001101100111011110001100011101011110110001110101011000100001001000110 | e9e6cef18ebd8eac4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)