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 | 蹊サ邉「^ | 11100110111111001011101111100111101100111010001001011110 | e6fcbbe7b3a25e |
EUC-JP | 蹊サ邉「^ | 111011001111111010001110101110111110111010110101100011101010001001011110 | ecfe8ebbeeb58ea25e |
UTF-8 | 蹊サ邉「^ | 11101000101110011000101011101111101111011011101111101001100000101000100111101111101111011010001001011110 | e8b98aefbdbbe98289efbda25e |
UHC | 蹊???^ | 111110111011011100111111001111110011111101011110 | fbb73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)