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 | 荏좂썓 | 111010001000110110001111111011001010001010000010111011001000110110010011 | e88d8feca282ec8d93 |
UHC | 荏좂썓 | 111011001111101110100000111001111001101110000110 | ecfba0e79b86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)