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 | 晤f? | 1001110111101011100000101000011000111111 | 9deb82863f |
EUC-JP | 晤f? | 1101101011101101101000111110011000111111 | daeda3e63f |
UTF-8 | 晤f뿓 | 111001101001100110100100111011111011110110000110111010111011111110010011 | e699a4efbd86ebbf93 |
UHC | 晤f뿓 | 111001111111101110100011111001101001011110010111 | e7fba3e69797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)