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¢o¢]^ | 10010010101000100101001010010010101000100110111110010010101000100101110101011110 | 92a25292a26f92a25d5e |
SJIS-WIN | ?¢R?¢o?¢]^ | 00111111100000011001000101010010001111111000000110010001011011110011111110000001100100010101110101011110 | 3f8191523f81916f3f81915d5e |
EUC-JP | ?¢R?¢o?¢]^ | 00111111101000011111000101010010001111111010000111110001011011110011111110100001111100010101110101011110 | 3fa1f1523fa1f16f3fa1f15d5e |
UTF-8 | ¢R¢o¢]^ | 11000010100100101100001010100010010100101100001010010010110000101010001001101111110000101001001011000010101000100101110101011110 | c292c2a252c292c2a26fc292c2a25d5e |
UHC | ??R??o??]^ | 00111111001111110101001000111111001111110110111100111111001111110101110101011110 | 3f3f523f3f6f3f3f5d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)