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 | 悅??窈??? | 111110101011110100111111001111111110001001110111001111110011111100111111 | fabd3f3fe2773f3f3f |
EUC-JP | ???窈??? | 0011111100111111001111111110001111011000001111110011111100111111 | 3f3f3fe3d83f3f3f |
UTF-8 | 悅길쑍窈뗧뤀勵 | 111001101000001010000101111010101011100010111000111011001001000110001101111001111010101010001000111010111001011110100111111010111010010010000000111011111010010110111111 | e68285eab8b8ec918de7aa88eb97a7eba480efa5bf |
UHC | 悅길쑍窈뗧뤀勵 | 1110011011101101101100011110011010011100101011001110100110100001100010111110011110001111101100011110010111111010 | e6edb1e69cace9a18be78fb1e5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)