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 | ???櫛??? | 0011111100111111001111111000101111111001001111110011111100111111 | 3f3f3f8bf93f3f3f |
EUC-JP | ???櫛??? | 0011111100111111001111111011011011111011001111110011111100111111 | 3f3f3fb6fb3f3f3f |
UTF-8 | 알렖렼櫛렲섀뤾 | 111011001001010110001100111010111010000010010110111010111010000010111100111001101010101110011011111010111010000010110010111011001000010010000000111010111010010010111110 | ec958ceba096eba0bce6ab9beba0b2ec8480eba4be |
UHC | 알렖렼櫛렲섀뤾 | 1011111011001011100011101010101110001110110001001111000111101110100011101011111110111100101010001000111111101010 | becb8eab8ec4f1ee8ebfbca88fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)