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 | á³LQ] | 111000011011001110011010010011000101000101011101 | e1b39a4c515d |
SJIS-WIN | ???LQ] | 001111110011111100111111010011000101000101011101 | 3f3f3f4c515d |
EUC-JP | á??LQ] | 1000111110101011101000010011111100111111010011000101000101011101 | 8faba13f3f4c515d |
UTF-8 | á³LQ] | 110000111010000111000010101100111100001010011010010011000101000101011101 | c3a1c2b3c29a4c515d |
UHC | ?³?LQ] | 00111111101010011111100000111111010011000101000101011101 | 3fa9f83f4c515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)