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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????贄? | 0011111100111111001111110011111100111111111001101101000100111111 | 3f3f3f3f3fe6d13f |
EUC-JP | ?????贄? | 0011111100111111001111110011111100111111111011001101001100111111 | 3f3f3f3f3fecd33f |
UTF-8 | 알롃렯렔알贄렕 | 111011001001010110001100111010111010000110000011111010111010000010101111111010111010000010010100111011001001010110001100111010001011010010000100111010111010000010010101 | ec958ceba183eba0afeba094ec958ce8b484eba095 |
UHC | 알롃렯렔알贄렕 | 1011111011001011100011101100101010001110101111001000111010101001101111101100101111110010101111101000111010101010 | becb8eca8ebc8ea9becbf2be8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)