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 | μêùã¡^ | 11001110101111001110101011111001111000111010000101011110 | cebceaf9e3a15e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | Î?êùã¡^ | 1000111110101010110000100011111110001111101010111011010010001111101010111110001110001111101010111010101010001111101000101100001001011110 | 8faac23f8fabb48fabe38fabaa8fa2c25e |
UTF-8 | μêùã¡^ | 11000011100011101100001010111100110000111010101011000011101110011100001110100011110000101010000101011110 | c38ec2bcc3aac3b9c3a3c2a15e |
UHC | ?¼???¡^ | 001111111010100011111001001111110011111100111111101000101010111001011110 | 3fa8f93f3f3fa2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)