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 | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 隱??RE | 111010001010101000111111001111110101001001000101 | e8aa3f3f5245 |
EUC-JP | 隱??RE | 111100001010110000111111001111110101001001000101 | f0ac3f3f5245 |
UTF-8 | 隱붺묩RE | 1110100110011010101100011110101110110110101110101110101110101100101010010101001001000101 | e99ab1ebb6baebaca95245 |
UHC | 隱붺묩RE | 1110101111011111100101001110011110111001101010010101001001000101 | ebdf94e7b9a95245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)