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 | 蹂?? | 11100110111110000011111100111111 | e6f83f3f |
EUC-JP | 蹂?? | 11101100111110100011111100111111 | ecfa3f3f |
UTF-8 | 蹂룸뼖 | 111010001011100110000010111010111010001110111000111010111011110010010110 | e8b982eba3b8ebbc96 |
UHC | 蹂룸뼖 | 111010111011001110110111111010111001011010011110 | ebb3b7eb969e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)