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âl | 1001110011001000100110000101101111100111010110101110001001101100 | 9cc8985be75ae26c |
SJIS-WIN | ???[?Z?l | 0011111100111111001111110101101100111111010110100011111101101100 | 3f3f3f5b3f5a3f6c |
EUC-JP | ?È?[çZâl | 0011111110001111101010101011001000111111010110111000111110101011101011100101101010001111101010111010010001101100 | 3f8faab23f5b8fabae5a8faba46c |
UTF-8 | È[çZâl | 11000010100111001100001110001000110000101001100001011011110000111010011101011010110000111010001001101100 | c29cc388c2985bc3a75ac3a26c |
UHC | ???[?Z?l | 0011111100111111001111110101101100111111010110100011111101101100 | 3f3f3f5b3f5a3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)