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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 螫矩エヲRE | 1110010110101100100010111110100110110100101001100101001001000101 | e5ac8be9b4a65245 |
EUC-JP | 螫矩エヲRE | 11101010101011101011011011101011100011101011010010001110101001100101001001000101 | eaaeb6eb8eb48ea65245 |
UTF-8 | 螫矩エヲRE | 1110100010011110101010111110011110011111101010011110111110111101101101001110111110111101101001100101001001000101 | e89eabe79fa9efbdb4efbda65245 |
UHC | ?矩??RE | 00111111110011111011101100111111001111110101001001000101 | 3fcfbb3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)