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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 蟆顔洒Y | 11100101101100001000101011100111100111111010110101011001 | e5b08ae79fad59 |
EUC-JP | 蟆顔洒Y | 11101010101100101011010011101001110111101010111101011001 | eab2b4e9deaf59 |
UTF-8 | 蟆顔洒Y | 11101000100111111000011011101001101000011001010011100110101101001001001001011001 | e89f86e9a194e6b49259 |
UHC | ?顔?Y | 0011111111100100110101000011111101011001 | 3fe4d43f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)