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 | 意щ? | 1000100011010011100001001000101100111111 | 88d3848b3f |
EUC-JP | 意щ? | 1011000011010101101001111110101100111111 | b0d5a7eb3f |
UTF-8 | 意щ젧 | 1110011010000100100011111101000110001001111011001010000010100111 | e6848fd189eca0a7 |
UHC | 意щ젧 | 111010111111001010101100111010111010000010011111 | ebf2aceba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)