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 | 篳踵篳蹊^ | 111000101100100011100110111110011110001011001000111001101111110001011110 | e2c8e6f9e2c8e6fc5e |
EUC-JP | 篳踵篳蹊^ | 111001001100101011101100111110111110010011001010111011001111111001011110 | e4caecfbe4caecfe5e |
UTF-8 | 篳踵篳蹊^ | 11100111101011111011001111101000101110001011010111100111101011111011001111101000101110011000101001011110 | e7afb3e8b8b5e7afb3e8b98a5e |
UHC | ?踵?蹊^ | 00111111111100011010001000111111111110111011011101011110 | 3ff1a23ffbb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)