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 | 嚴щ? | 1001101010001110100001001000101100111111 | 9a8e848b3f |
EUC-JP | 嚴щ? | 1101001111101110101001111110101100111111 | d3eea7eb3f |
UTF-8 | 嚴щ젶 | 1110010110011010101101001101000110001001111011001010000010110110 | e59ab4d189eca0b6 |
UHC | 嚴щ젶 | 111001011111000110101100111010111010000010101010 | e5f1aceba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)