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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 貊霳・モ\ | 11100110101110111111101111101101101001011101001101011100 | e6bbfbeda5d35c |
EUC-JP | 貊霳・モ\ | 11101100101111011000111111100111101011001000111010100101100011101101001101011100 | ecbd8fe7ac8ea58ed35c |
UTF-8 | 貊霳・モ\ | 11101000101100101000101011101001100111001011001111101111101111011010010111101111101111101001001101011100 | e8b28ae99cb3efbda5efbe935c |
UHC | 貊???\ | 110110001110011100111111001111110011111101011100 | d8e73f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)