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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 桑[桑[^ | 10001100010010110101101110001100010010110101101101011110 | 8c4b5b8c4b5b5e |
EUC-JP | 桑[桑[^ | 10110111101011000101101110110111101011000101101101011110 | b7ac5bb7ac5b5e |
UTF-8 | 桑[桑[^ | 111001101010000110010001010110111110011010100001100100010101101101011110 | e6a1915be6a1915b5e |
UHC | 桑[桑[^ | 11011111110011010101101111011111110011010101101101011110 | dfcd5bdfcd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)