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 | ?A|?A|B | 00111111010000010111110000111111010000010111110001000010 | 3f417c3f417c42 |
SJIS-WIN | ?A|?A|B | 00111111010000010111110000111111010000010111110001000010 | 3f417c3f417c42 |
EUC-JP | ?A|?A|B | 00111111010000010111110000111111010000010111110001000010 | 3f417c3f417c42 |
UTF-8 | 혪A|혪A|B | 1110110110011000101010100100000101111100111011011001100010101010010000010111110001000010 | ed98aa417ced98aa417c42 |
UHC | 혪A|혪A|B | 110000101001001001000001011111001100001010010010010000010111110001000010 | c292417cc292417c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)