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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | テ古萌 | 1100001110001100110000111001011001000111 | c38cc39647 |
EUC-JP | テ古萌 | 100011101100001110111000110001011100101110101000 | 8ec3b8c5cba8 |
UTF-8 | テ古萌 | 111011111011111010000011111001011000111110100100111010001001000010001100 | efbe83e58fa4e8908c |
UHC | ?古萌 | 0011111111001101101011111101100011110000 | 3fcdafd8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)