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 | 1110000011100110111000001110011001101000 | e0e6e0e668 |
EUC-JP | 琥琥h | 1110000011101000111000001110100001101000 | e0e8e0e868 |
UTF-8 | 琥琥h | 11100111100100001010010111100111100100001010010101101000 | e790a5e790a568 |
UHC | 琥琥h | 1111101111010000111110111101000001101000 | fbd0fbd068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)