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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ?入??h | 001111111001001111111100001111110011111101101000 | 3f93fc3f3f68 |
EUC-JP | ?入??h | 001111111100011011111110001111110011111101101000 | 3fc6fe3f3f68 |
UTF-8 | 알入렧렖h | 11101100100101011000110011100101100001011010010111101011101000001010011111101011101000001001011001101000 | ec958ce585a5eba0a7eba09668 |
UHC | 알入렧렖h | 101111101100101111101100111111011000111010110110100011101010101101101000 | becbecfd8eb68eab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)