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 | 1101001110101101111100011111110011110000111011010101001001000101 | d3adf1fcf0ed5245 |
EUC-JP | モュ??RE | 1000111011010011100011101010110100111111001111110101001001000101 | 8ed38ead3f3f5245 |
UTF-8 | モュRE | 1110111110111110100100111110111110111101101011011110111010000101101101111110111010000010101011000101001001000101 | efbe93efbdadee85b7ee82ac5245 |
UHC | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)