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 | ?Aq?AqB | 00111111010000010111000100111111010000010111000101000010 | 3f41713f417142 |
SJIS-WIN | ?Aq?AqB | 00111111010000010111000100111111010000010111000101000010 | 3f41713f417142 |
EUC-JP | ?Aq?AqB | 00111111010000010111000100111111010000010111000101000010 | 3f41713f417142 |
UTF-8 | 혪Aq혪AqB | 1110110110011000101010100100000101110001111011011001100010101010010000010111000101000010 | ed98aa4171ed98aa417142 |
UHC | 혪Aq혪AqB | 110000101001001001000001011100011100001010010010010000010111000101000010 | c2924171c292417142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)