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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湫貳渙 | 100111111101010111100110110001101001111111010000 | 9fd5e6c69fd0 |
EUC-JP | 湫貳渙 | 110111101101011111101100110010001101111011010010 | ded7ecc8ded2 |
UTF-8 | 湫貳渙 | 111001101011100110101011111010001011001010110011111001101011100010011001 | e6b9abe8b2b3e6b899 |
UHC | 湫貳渙 | 111101011101001111101100110000111111110010111001 | f5d3ecc3fcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)