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 | ????RT | 001111110011111100111111001111110101001001010100 | 3f3f3f3f5254 |
SJIS-WIN | ?櫻?∮RT | 0011111110011111010011100011111110000111100100110101001001010100 | 3f9f4e3f87935254 |
EUC-JP | ?櫻??RT | 00111111110111011010111100111111001111110101001001010100 | 3fddaf3f3f5254 |
UTF-8 | 룶櫻卽∮RT | 1110101110100011101101101110011010101011101110111110010110001101101111011110001010001000101011100101001001010100 | eba3b6e6abbbe58dbde288ae5254 |
UHC | 룶櫻卽∮RT | 10001111101010111110010110100001111100011110110110100010101100010101001001010100 | 8fabe5a1f1eda2b15254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)