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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 竪奪~ | 1001001001000111100100100100010001111110 | 924792447e |
EUC-JP | 竪奪~ | 1100001110101000110000111010010101111110 | c3a8c3a57e |
UTF-8 | 竪奪~ | 11100111101010111010101011100101101001011010101001111110 | e7abaae5a5aa7e |
UHC | 竪奪~ | 1110001010110101111101111010110001111110 | e2b5f7ac7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)