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 | 溪[溪[^ | 10011111111000100101101110011111111000100101101101011110 | 9fe25b9fe25b5e |
EUC-JP | 溪[溪[^ | 11011110111001000101101111011110111001000101101101011110 | dee45bdee45b5e |
UTF-8 | 溪[溪[^ | 111001101011101010101010010110111110011010111010101010100101101101011110 | e6baaa5be6baaa5b5e |
UHC | 溪[溪[^ | 11001101101000100101101111001101101000100101101101011110 | cda25bcda25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)