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 | 1000111101111010011100100111110101011001100011110111101001110010011111010110001001000101 | 8f7a727d598f7a727d6245 |
EUC-JP | 循r}Y循r}bE | 1011110111011011011100100111110101011001101111011101101101110010011111010110001001000101 | bddb727d59bddb727d6245 |
UTF-8 | 循r}Y循r}bE | 11100101101111101010101001110010011111010101100111100101101111101010101001110010011111010110001001000101 | e5beaa727d59e5beaa727d6245 |
UHC | 循r}Y循r}bE | 1110001011100000011100100111110101011001111000101110000001110010011111010110001001000101 | e2e0727d59e2e0727d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)