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 | ê°µÝÈ | 11101010101100001000111010110101100011111101110111001000 | eab08eb58fddc8 |
SJIS-WIN | ?°????? | 0011111110000001100010110011111100111111001111110011111100111111 | 3f818b3f3f3f3f3f |
EUC-JP | ê°???ÝÈ | 1000111110101011101101001010000111101011001111110011111100111111100011111010101011110010100011111010101010110010 | 8fabb4a1eb3f3f3f8faaf28faab2 |
UTF-8 | ê°µÝÈ | 1100001110101010110000101011000011000010100011101100001010110101110000101000111111000011100111011100001110001000 | c3aac2b0c28ec2b5c28fc39dc388 |
UHC | ?°????? | 0011111110100001110001100011111100111111001111110011111100111111 | 3fa1c63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)