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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | レ鯑ソ炅爾B | 1111000010101110110110101110100111000100101111111111101101010001100011101010001001000010 | f0aedae9c4bffb518ea242 |
EUC-JP | ?レ鯑ソ炅爾B | 00111111100011101101101011110010110001101000111010111111100011111100100111001010101111001010010001000010 | 3f8edaf2c68ebf8fc9cabca442 |
UTF-8 | レ鯑ソ炅爾B | 11101110100000011010110111101111101111101001101011101001101011111001000111101111101111011011111111100111100000101000010111100111100010001011111001000010 | ee81adefbe9ae9af91efbdbfe78285e788be42 |
UHC | ????炅爾B | 001111110011111100111111001111111100110011011101111011001011001101000010 | 3f3f3f3fccddecb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)