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 | 嫉縞 | 100011101011100111110000101110101000111011001000 | 8eb9f0ba8ec8 |
EUC-JP | 嫉?縞 | 1011110010111011001111111011110011001010 | bcbb3fbcca |
UTF-8 | 嫉縞 | 111001011010101110001001111011101000000110111001111001111011100010011110 | e5ab89ee81b9e7b89e |
UHC | 嫉?縞 | 1111001011101100001111111111101111010110 | f2ec3ffbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)