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 | 霎キ螳」雉「^ | 11101000101111101011011111100101101011101010001111101000101100111010001001011110 | e8beb7e5aea3e8b3a25e |
EUC-JP | 霎キ螳」雉「^ | 11110000110000001000111010110111111010101011000010001110101000111111000010110101100011101010001001011110 | f0c08eb7eab08ea3f0b58ea25e |
UTF-8 | 霎キ螳」雉「^ | 11101001100111001000111011101111101111011011011111101000100111101011001111101111101111011010001111101001100110111000100111101111101111011010001001011110 | e99c8eefbdb7e89eb3efbda3e99b89efbda25e |
UHC | ??螳?雉?^ | 001111110011111111010011110110010011111111110110110010110011111101011110 | 3f3fd3d93ff6cb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)