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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | ?櫻?∮RE | 0011111110011111010011100011111110000111100100110101001001000101 | 3f9f4e3f87935245 |
EUC-JP | ?櫻??RE | 00111111110111011010111100111111001111110101001001000101 | 3fddaf3f3f5245 |
UTF-8 | 룶櫻卽∮RE | 1110101110100011101101101110011010101011101110111110010110001101101111011110001010001000101011100101001001000101 | eba3b6e6abbbe58dbde288ae5245 |
UHC | 룶櫻卽∮RE | 10001111101010111110010110100001111100011110110110100010101100010101001001000101 | 8fabe5a1f1eda2b15245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)