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 | 荏솰솟 | 111010001000110110001111111011001000011010110000111011001000011010011111 | e88d8fec86b0ec869f |
UHC | 荏솰솟 | 111011001111101110111100111000001011110011011010 | ecfbbce0bcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)