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 | ÊïÛ¡h | 1000111111001010111011111000111011011011100011101010000101101000 | 8fcaef8edb8ea168 |
SJIS-WIN | ???????h | 0011111100111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f3f68 |
EUC-JP | ?Êï?Û?¡h | 00111111100011111010101010110100100011111010101111000001001111111000111110101010111001010011111110001111101000101100001001101000 | 3f8faab48fabc13f8faae53f8fa2c268 |
UTF-8 | ÊïÛ¡h | 110000101000111111000011100010101100001110101111110000101000111011000011100110111100001010001110110000101010000101101000 | c28fc38ac3afc28ec39bc28ec2a168 |
UHC | ??????¡h | 001111110011111100111111001111110011111100111111101000101010111001101000 | 3f3f3f3f3f3fa2ae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)