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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鬆キ諞コ譴ィ^ | 11101001101000001011011111100110100001101011101011100110101000101010100001011110 | e9a0b7e686bae6a2a85e |
EUC-JP | 鬆キ諞コ譴ィ^ | 11110010101000101000111010110111111010111110011010001110101110101110110010100100100011101010100001011110 | f2a28eb7ebe68ebaeca48ea85e |
UTF-8 | 鬆キ諞コ譴ィ^ | 11101001101011001000011011101111101111011011011111101000101010111001111011101111101111011011101011101000101011011011010011101111101111011010100001011110 | e9ac86efbdb7e8ab9eefbdbae8adb4efbda85e |
UHC | ????譴?^ | 0011111100111111001111110011111111001100101110010011111101011110 | 3f3f3f3fccb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)