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 | ?a??Y | 0011111101100001001111110011111101011001 | 3f613f3f59 |
SJIS-WIN | aモケY | 111101111010110001100001110100111011100101011001 | f7ac61d3b959 |
EUC-JP | ?aモケY | 00111111011000011000111011010011100011101011100101011001 | 3f618ed38eb959 |
UTF-8 | aモケY | 1110111010010110100011110110000111101111101111101001001111101111101111011011100101011001 | ee968f61efbe93efbdb959 |
UHC | ?a??Y | 0011111101100001001111110011111101011001 | 3f613f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)