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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 獻艪h | 1110000011011001111001001000001001101000 | e0d9e48268 |
EUC-JP | 獻艪h | 1110000011011011111001111110001001101000 | e0dbe7e268 |
UTF-8 | 獻艪h | 11100111100011011011101111101000100010011010101001101000 | e78dbbe889aa68 |
UHC | 獻?h | 11111010110011000011111101101000 | facc3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)