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 | 알렚렯렣얍贄렢 | 111011001001010110001100111010111010000010011010111010111010000010101111111010111010000010100011111011001001011010001101111010001011010010000100111010111010000010100010 | ec958ceba09aeba0afeba0a3ec968de8b484eba0a2 |
UHC | 알렚렯렣얍贄렢 | 1011111011001011100011101010110110001110101111001000111010110100101111101110010111110010101111101000111010110011 | becb8ead8ebc8eb4bee5f2be8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)