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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 巽俗促rB | 1001001001000110100100011010110110010001101000110111001001000010 | 924691ad91a37242 |
EUC-JP | 巽俗促rB | 1100001110100111110000101010111111000010101001010111001001000010 | c3a7c2afc2a57242 |
UTF-8 | 巽俗促rB | 1110010110110111101111011110010010111111100101111110010010111111100000110111001001000010 | e5b7bde4bf97e4bf837242 |
UHC | 巽俗促rB | 1110000111011110111000011101010011110101101101010111001001000010 | e1dee1d4f5b57242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)