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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??瑩? | 0011111100111111111000001111000000111111 | 3f3fe0f03f |
EUC-JP | ??瑩? | 0011111100111111111000001111001000111111 | 3f3fe0f23f |
UTF-8 | 알뤸瑩쩐 | 111011001001010110001100111010111010010010111000111001111001000110101001111011001010100110010000 | ec958ceba4b8e791a9eca990 |
UHC | 알뤸瑩쩐 | 1011111011001011100011111110011011111011101010011100001010111110 | becb8fe6fba9c2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)