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 | »ùÐíì² | 10001111101110111111100111010000111011011110110010110010 | 8fbbf9d0edecb2 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??ù?íì? | 00111111001111111000111110101011111000110011111110001111101010111011111110001111101010111100000000111111 | 3f3f8fabe33f8fabbf8fabc03f |
UTF-8 | »ùÐíì² | 1100001010001111110000101011101111000011101110011100001110010000110000111010110111000011101011001100001010110010 | c28fc2bbc3b9c390c3adc3acc2b2 |
UHC | ???Ð??² | 001111110011111100111111101010001010001000111111001111111010100111110111 | 3f3f3fa8a23f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)