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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 伊逗?衣? | 1000100011001001100100001000000000111111100010001101111100111111 | 88c990803f88df3f |
EUC-JP | 伊逗?衣? | 1011000011001011101111111110000000111111101100001110000100111111 | b0cbbfe03fb0e13f |
UTF-8 | 伊逗샴衣젓 | 111001001011110010001010111010011000000010010111111011001000001110110100111010001010000110100011111011001010000010010011 | e4bc8ae98097ec83b4e8a1a3eca093 |
UHC | 伊逗샴衣젓 | 11101100101001011101010011101000101111001010010011101011111111011100000110100011 | eca5d4e8bca4ebfdc1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)