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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???紺翅 | 00111111001111110011111110001101101011101110001111000000 | 3f3f3f8daee3c0 |
EUC-JP | ???紺翅 | 00111111001111110011111110111010101100001110011011000010 | 3f3f3fbab0e6c2 |
UTF-8 | 알뤗퓸紺翅 | 111011001001010110001100111010111010010010010111111011011001001110111000111001111011010010111010111001111011111110000101 | ec958ceba497ed93b8e7b4bae7bf85 |
UHC | 알뤗퓸紺翅 | 10111110110010111000111111000111110001111011111011001010111110101110001111000111 | becb8fc7c7becafae3c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)