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 | ???i] | 0011111100111111001111110110100101011101 | 3f3f3f695d |
SJIS-WIN | ?淋?i] | 001111111001011111010010001111110110100101011101 | 3f97d23f695d |
EUC-JP | ?淋?i] | 001111111100111011010100001111110110100101011101 | 3fced43f695d |
UTF-8 | 룶淋쓩i] | 1110101110100011101101101110011010110111100010111110110010010011101010010110100101011101 | eba3b6e6b78bec93a9695d |
UHC | 룶淋쓩i] | 1000111110101011110101111111101010111110101100010110100101011101 | 8fabd7fabeb1695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)