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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 煽?B | 10010000111110000011111101000010 | 90f83f42 |
EUC-JP | 煽?B | 11000000111110100011111101000010 | c0fa3f42 |
UTF-8 | 煽歷B | 11100111100001011011110111101111101001101000110001000010 | e785bdefa68c42 |
UHC | 煽歷B | 1110000011000011111001101011100001000010 | e0c3e6b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)