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 | àc}Yàc}bE | 111000000110001101111101010110011110000001100011011111010110001001000101 | e0637d59e0637d6245 |
SJIS-WIN | ?c}Y?c}bE | 001111110110001101111101010110010011111101100011011111010110001001000101 | 3f637d593f637d6245 |
EUC-JP | àc}Yàc}bE | 10001111101010111010001001100011011111010101100110001111101010111010001001100011011111010110001001000101 | 8faba2637d598faba2637d6245 |
UTF-8 | àc}Yàc}bE | 1100001110100000011000110111110101011001110000111010000001100011011111010110001001000101 | c3a0637d59c3a0637d6245 |
UHC | ?c}Y?c}bE | 001111110110001101111101010110010011111101100011011111010110001001000101 | 3f637d593f637d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)