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 | ??捐? | 0011111100111111100111010110111100111111 | 3f3f9d6f3f |
EUC-JP | ??捐? | 0011111100111111110110011101000000111111 | 3f3fd9d03f |
UTF-8 | 롆렋捐뤵 | 111010111010000110000110111010111010000010001011111001101000110110010000111010111010010010110101 | eba186eba08be68d90eba4b5 |
UHC | 롆렋捐뤵 | 1000111011001100100011101010001011100110110010001000111111100011 | 8ecc8ea2e6c88fe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)