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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豬ゥ荵昶゚ | 1110011010110101101010011110010010111001100111011110001011011111 | e6b5a9e4b99de2df |
EUC-JP | 豬ゥ荵昶゚ | 11101100101101111000111010101001111010001011101111011010111001001000111011011111 | ecb78ea9e8bbdae48edf |
UTF-8 | 豬ゥ荵昶゚ | 111010001011000110101100111011111011110110101001111010001000110110110101111001101001100010110110111011111011111010011111 | e8b1acefbda9e88db5e698b6efbe9f |
UHC | ???昶? | 001111110011111100111111111100111110010000111111 | 3f3f3ff3e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)