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 | ?r}Y?r}bE | 001111110111001001111101010110010011111101110010011111010110001001000101 | 3f727d593f727d6245 |
SJIS-WIN | 巽r}Y巽r}bE | 1001001001000110011100100111110101011001100100100100011001110010011111010110001001000101 | 9246727d599246727d6245 |
EUC-JP | 巽r}Y巽r}bE | 1100001110100111011100100111110101011001110000111010011101110010011111010110001001000101 | c3a7727d59c3a7727d6245 |
UTF-8 | 巽r}Y巽r}bE | 11100101101101111011110101110010011111010101100111100101101101111011110101110010011111010110001001000101 | e5b7bd727d59e5b7bd727d6245 |
UHC | 巽r}Y巽r}bE | 1110000111011110011100100111110101011001111000011101111001110010011111010110001001000101 | e1de727d59e1de727d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)