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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 猩リ「猩菲^ | 111000001100110111011000101000101110000011001101111001001100100101011110 | e0cdd8a2e0cde4c95e |
EUC-JP | 猩リ「猩菲^ | 1110000011001111100011101101100010001110101000101110000011001111111010001100101101011110 | e0cf8ed88ea2e0cfe8cb5e |
UTF-8 | 猩リ「猩菲^ | 11100111100011001010100111101111101111101001100011101111101111011010001011100111100011001010100111101000100011111011001001011110 | e78ca9efbe98efbda2e78ca9e88fb25e |
UHC | 猩??猩菲^ | 111000001111101000111111001111111110000011111010110111101010001101011110 | e0fa3f3fe0fadea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)