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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | ?淋?r{d | 00111111100101111101001000111111011100100111101101100100 | 3f97d23f727b64 |
EUC-JP | ?淋?r{d | 00111111110011101101010000111111011100100111101101100100 | 3fced43f727b64 |
UTF-8 | 룶淋쓩r{d | 111010111010001110110110111001101011011110001011111011001001001110101001011100100111101101100100 | eba3b6e6b78bec93a9727b64 |
UHC | 룶淋쓩r{d | 100011111010101111010111111110101011111010110001011100100111101101100100 | 8fabd7fabeb1727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)