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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 毫h毫 | 1001111101111100011010001001111101111100 | 9f7c689f7c |
EUC-JP | 毫h毫 | 1101110111011101011010001101110111011101 | dddd68dddd |
UTF-8 | 毫h毫 | 11100110101011111010101101101000111001101010111110101011 | e6afab68e6afab |
UHC | 毫h毫 | 1111101111000110011010001111101111000110 | fbc668fbc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)