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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 害?諧 | 1000101001010001001111111110011001111110 | 8a513fe67e |
EUC-JP | 害?諧 | 1011001110110010001111111110101111011111 | b3b23febdf |
UTF-8 | 害렓諧 | 111001011010111010110011111010111010000010010011111010001010101110100111 | e5aeb3eba093e8aba7 |
UHC | 害렓諧 | 111110101010101010001110101010001111101010110010 | faaa8ea8fab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)