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 | è»Î¸ú^ | 111010001001111110111011110011101011100011111010100111001000101101011110 | e89fbbceb8fa9c8b5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | è??θú??^ | 1000111110101011101100100011111100111111100011111010101011000010100011111010001010110001100011111010101111100010001111110011111101011110 | 8fabb23f3f8faac28fa2b18fabe23f3f5e |
UTF-8 | è»Î¸ú^ | 1100001110101000110000101001111111000010101110111100001110001110110000101011100011000011101110101100001010011100110000101000101101011110 | c3a8c29fc2bbc38ec2b8c3bac29cc28b5e |
UHC | ????¸???^ | 00111111001111110011111100111111101000101010110000111111001111110011111101011110 | 3f3f3f3fa2ac3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)