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 | 0011111100111111011100100111110101011001001111110011111101110010011111010110001001000101 | 3f3f727d593f3f727d6245 |
SJIS-WIN | ??r}Y??r}bE | 0011111100111111011100100111110101011001001111110011111101110010011111010110001001000101 | 3f3f727d593f3f727d6245 |
EUC-JP | ??r}Y??r}bE | 0011111100111111011100100111110101011001001111110011111101110010011111010110001001000101 | 3f3f727d593f3f727d6245 |
UTF-8 | 쩍횤r}Y쩍횤r}bE | 11101100101010011000110111101101100110101010010001110010011111010101100111101100101010011000110111101101100110101010010001110010011111010110001001000101 | eca98ded9aa4727d59eca98ded9aa4727d6245 |
UHC | 쩍횤r}Y쩍횤r}bE | 110000101011110111000011100110110111001001111101010110011100001010111101110000111001101101110010011111010110001001000101 | c2bdc39b727d59c2bdc39b727d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)