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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 巽足速B | 10010010010001101001000110101011100100011010110001000010 | 924691ab91ac42 |
EUC-JP | 巽足速B | 11000011101001111100001010101101110000101010111001000010 | c3a7c2adc2ae42 |
UTF-8 | 巽足速B | 11100101101101111011110111101000101101101011001111101001100000001001111101000010 | e5b7bde8b6b3e9809f42 |
UHC | 巽足速B | 11100001110111101111000011101011111000011101110001000010 | e1def0ebe1dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)