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 | 1000100011100101001111111110011010011010001111110101001001000101 | 88e53fe69a3f5245 |
EUC-JP | 亥?證?RE | 1011000011100111001111111110101111111010001111110101001001000101 | b0e73febfa3f5245 |
UTF-8 | 亥렱證렖RE | 1110010010111010101001011110101110100000101100011110100010101101100010011110101110100000100101100101001001000101 | e4baa5eba0b1e8ad89eba0965245 |
UHC | 亥렱證렖RE | 11111010101001001000111010111110111100011111101110001110101010110101001001000101 | faa48ebef1fb8eab5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)