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 | ??D?RE | 001111110011111101000100001111110101001001000101 | 3f3f443f5245 |
SJIS-WIN | モュDRE | 11010011101011010100010011110000111011010101001001000101 | d3ad44f0ed5245 |
EUC-JP | モュD?RE | 1000111011010011100011101010110101000100001111110101001001000101 | 8ed38ead443f5245 |
UTF-8 | モュDRE | 111011111011111010010011111011111011110110101101010001001110111010000010101011000101001001000101 | efbe93efbdad44ee82ac5245 |
UHC | ??D?RE | 001111110011111101000100001111110101001001000101 | 3f3f443f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)