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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 町?氾F | 100100101010110000111111100101001100001101000110 | 92ac3f94c346 |
EUC-JP | 町?氾F | 110001001010111000111111110010001100010101000110 | c4ae3fc8c546 |
UTF-8 | 町쿡氾F | 11100111100101001011101011101100101111111010000111100110101100001011111001000110 | e794baecbfa1e6b0be46 |
UHC | 町쿡氾F | 11101111111010111100010011101110110110111111000001000110 | efebc4eedbf046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)