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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 湫貳渙豎B | 100111111101010111100110110001101001111111010000111001101011000101000010 | 9fd5e6c69fd0e6b142 |
EUC-JP | 湫貳渙豎B | 110111101101011111101100110010001101111011010010111011001011001101000010 | ded7ecc8ded2ecb342 |
UTF-8 | 湫貳渙豎B | 11100110101110011010101111101000101100101011001111100110101110001001100111101000101100011000111001000010 | e6b9abe8b2b3e6b899e8b18e42 |
UHC | 湫貳渙?B | 1111010111010011111011001100001111111100101110010011111101000010 | f5d3ecc3fcb93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)