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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 辰歎卒E | 10010010010000111001001001010110100100011011001001000101 | 9243925691b245 |
EUC-JP | 辰歎卒E | 11000011101001001100001110110111110000101011010001000101 | c3a4c3b7c2b445 |
UTF-8 | 辰歎卒E | 11101000101111101011000011100110101011011000111011100101100011011001001001000101 | e8beb0e6ad8ee58d9245 |
UHC | 辰歎卒E | 11110010111000111111011110100111111100001110111101000101 | f2e3f7a7f0ef45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)