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 | 11101000100101011010110111100011100000111010101011100101101011111010100101000010 | e895ade383aae5afa942 |
EUC-JP | 阨ュ繝ェ蟇ゥB | 11101111111101011000111010101101111001011110001110001110101010101110101010110001100011101010100101000010 | eff58eade5e38eaaeab18ea942 |
UTF-8 | 阨ュ繝ェ蟇ゥB | 11101001100110001010100011101111101111011010110111100111101110011001110111101111101111011010101011101000100111111000011111101111101111011010100101000010 | e998a8efbdade7b99defbdaae89f87efbda942 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)