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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ渉環拗 | 11000010100011111100001010001010110000101001110101011000 | c28fc28ac29d58 |
EUC-JP | ツ渉環拗 | 1000111011000010101111101100010010110100110001001101100110111001 | 8ec2bec4b4c4d9b9 |
UTF-8 | ツ渉環拗 | 111011111011111010000010111001101011100010001001111001111001001010110000111001101000101110010111 | efbe82e6b889e792b0e68b97 |
UHC | ??環拗 | 001111110011111111111100101110111110100011110011 | 3f3ffcbbe8f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)