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 | ì²Zí | 11101100101100101010110101011010111011011001101010001111 | ecb2ad5aed9a8f |
SJIS-WIN | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
EUC-JP | ì??Zí?? | 1000111110101011110000000011111100111111010110101000111110101011101111110011111100111111 | 8fabc03f3f5a8fabbf3f3f |
UTF-8 | ì²Zí | 11000011101011001100001010110010110000101010110101011010110000111010110111000010100110101100001010001111 | c3acc2b2c2ad5ac3adc29ac28f |
UHC | ?²Z??? | 001111111010100111110111101000011010100101011010001111110011111100111111 | 3fa9f7a1a95a3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)