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 | 荏?? | 10001001011000000011111100111111 | 89603f3f |
EUC-JP | 荏?? | 10110001110000010011111100111111 | b1c13f3f |
UTF-8 | 荏숃꺌 | 111010001000110110001111111011001000100010000011111010101011101010001100 | e88d8fec8883eaba8c |
UHC | 荏숃꺌 | 111011001111101110011001111010001011001010100111 | ecfb99e8b2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)