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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 蕉ム「ュ。ェ粤 | 100011111101010011010001101000101010110110100001101010101110001011100011 | 8fd4d1a2ada1aae2e3 |
EUC-JP | 蕉ム「ュ。ェ粤 | 1011111011010110100011101101000110001110101000101000111010101101100011101010000110001110101010101110010011100101 | bed68ed18ea28ead8ea18eaae4e5 |
UTF-8 | 蕉ム「ュ。ェ粤 | 111010001001010110001001111011111011111010010001111011111011110110100010111011111011110110101101111011111011110110100001111011111011110110101010111001111011001010100100 | e89589efbe91efbda2efbdadefbda1efbdaae7b2a4 |
UHC | 蕉?????? | 1111010110101111001111110011111100111111001111110011111100111111 | f5af3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)