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 | ??}?F?AB | 0011111100111111011111010011111101000110001111110100000101000010 | 3f3f7d3f463f4142 |
SJIS-WIN | ??}?F?AB | 0011111100111111011111010011111101000110001111110100000101000010 | 3f3f7d3f463f4142 |
EUC-JP | ??}?F?AB | 0011111100111111011111010011111101000110001111110100000101000010 | 3f3f7d3f463f4142 |
UTF-8 | 혩첸}혪F혪AB | 11101101100110001010100111101100101100101011100001111101111011011001100010101010010001101110110110011000101010100100000101000010 | ed98a9ecb2b87ded98aa46ed98aa4142 |
UHC | 혩첸}혪F혪AB | 110000101001000111000011101111100111110111000010100100100100011011000010100100100100000101000010 | c291c3be7dc29246c2924142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)