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 | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 掌⑨?節?}B | 10001111101101101000011101001000001111111001000011011111001111110111110101000010 | 8fb687483f90df3f7d42 |
EUC-JP | 掌??節?}B | 101111101011100000111111001111111100000011100001001111110111110101000010 | beb83f3fc0e13f7d42 |
UTF-8 | 掌⑨슨節쳖}B | 1110011010001110100011001110001010010001101010001110110010001010101010001110011110101111100000001110110010110011100101100111110101000010 | e68e8ce291a8ec8aa8e7af80ecb3967d42 |
UHC | 掌⑨슨節쳖}B | 111011011110011010101000111011111011110110111100111011111011110110101011011101100111110101000010 | ede6a8efbdbcefbdab767d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)