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 | 芯?裝? | 100100000110001100111111111001011110010000111111 | 90633fe5e43f |
EUC-JP | 芯?裝? | 101111111100010000111111111010101110011000111111 | bfc43feae63f |
UTF-8 | 芯룫裝뤌 | 111010001000101010101111111010111010001110101011111010001010001110011101111010111010010010001100 | e88aafeba3abe8a39deba48c |
UHC | 芯룫裝뤌 | 1110010010100101100011111010001011101101111110111000111110111100 | e4a58fa2edfb8fbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)