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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 佇?佇?^ | 10011000110010000011111110011000110010000011111101011110 | 98c83f98c83f5e |
EUC-JP | 佇?佇?^ | 11010000110010100011111111010000110010100011111101011110 | d0ca3fd0ca3f5e |
UTF-8 | 佇㎌佇㎊^ | 11100100101111011000011111100011100011101000110011100100101111011000011111100011100011101000101001011110 | e4bd87e38e8ce4bd87e38e8a5e |
UHC | 佇㎌佇㎊^ | 111011101011011110100111110111101110111010110111101001111101110001011110 | eeb7a7deeeb7a7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)