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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
EUC-JP | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
UTF-8 | 緣루㎉緣룬궕P | 11100111101101111010001111101011101000111010100011100011100011101000100111100111101101111010001111101011101000111010110011101010101101101001010101010000 | e7b7a3eba3a8e38e89e7b7a3eba3aceab69550 |
UHC | 緣루㎉緣룬궕P | 11100110110111101011011111100111101001111011101111100110110111101011011111101001100000101010101001010000 | e6deb7e7a7bbe6deb7e982aa50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)