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 | 蘗抓啣 | 100111110100000110011101010100111001101001010001 | 9f419d539a51 |
EUC-JP | 蘗抓啣 | 110111011010001011011001101101001101001110110010 | dda2d9b4d3b2 |
UTF-8 | 蘗抓啣 | 111010001001100010010111111001101000101010010011111001011001010110100011 | e89897e68a93e595a3 |
UHC | 蘗?啣 | 1101110010100010001111111111100111100001 | dca23ff9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)