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 | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | 隹ソ谿諌ェ@B | 11101000101100001011111111100110101011101000101011010000101010100100000001000010 | e8b0bfe6ae8ad0aa4042 |
EUC-JP | 隹ソ谿諌ェ@B | 111100001011001010001110101111111110110010110000101101001101001010001110101010100100000001000010 | f0b28ebfecb0b4d28eaa4042 |
UTF-8 | 隹ソ谿諌ェ@B | 1110100110011010101110011110111110111101101111111110100010110000101111111110100010101011100011001110111110111101101010100100000001000010 | e99ab9efbdbfe8b0bfe8ab8cefbdaa4042 |
UHC | ??谿??@B | 0011111100111111110011011010110000111111001111110100000001000010 | 3f3fcdac3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)