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 | 芯?裝瀋 | 10010000011000110011111111100101111001001110000001100011 | 90633fe5e4e063 |
EUC-JP | 芯?裝瀋 | 10111111110001000011111111101010111001101101111111000100 | bfc43feae6dfc4 |
UTF-8 | 芯룫裝瀋 | 111010001000101010101111111010111010001110101011111010001010001110011101111001111000000010001011 | e88aafeba3abe8a39de7808b |
UHC | 芯룫裝瀋 | 1110010010100101100011111010001011101101111110111110010010100011 | e4a58fa2edfbe4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)