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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈬ヲ荵昶 | 11100111111000111010011011100100101110011001110111100010 | e7e3a6e4b99de2 |
EUC-JP | 鈬ヲ荵昶 | 1110111011100101100011101010011011101000101110111101101011100100 | eee58ea6e8bbdae4 |
UTF-8 | 鈬ヲ荵昶 | 111010011000100010101100111011111011110110100110111010001000110110110101111001101001100010110110 | e988acefbda6e88db5e698b6 |
UHC | ???昶 | 0011111100111111001111111111001111100100 | 3f3f3ff3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)