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 | 11000011101110110100010011000010101110000101001001000101 | c3bb44c2b85245 |
SJIS-WIN | ??D??RE | 00111111001111110100010000111111001111110101001001000101 | 3f3f443f3f5245 |
EUC-JP | �D¸RE | 10001111101010101010101000111111010001001000111110101010101001001000111110100010101100010101001001000101 | 8faaaa3f448faaa48fa2b15245 |
UTF-8 | ûD¸RE | 1100001110000011110000101011101101000100110000111000001011000010101110000101001001000101 | c383c2bb44c382c2b85245 |
UHC | ??D?¸RE | 0011111100111111010001000011111110100010101011000101001001000101 | 3f3f443fa2ac5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)