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 | 伊逗工怨 | 1000100011001001100100001000000010001101010010001000100110000101 | 88c990808d488985 |
EUC-JP | 伊逗工怨 | 1011000011001011101111111110000010111001101010011011000111100101 | b0cbbfe0b9a9b1e5 |
UTF-8 | 伊逗工怨 | 111001001011110010001010111010011000000010010111111001011011011110100101111001101000000010101000 | e4bc8ae98097e5b7a5e680a8 |
UHC | 伊逗工怨 | 1110110010100101110101001110100011001101111011111110101010110011 | eca5d4e8cdefeab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)