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 | 110010111011011001101000 | cbb668 |
EUC-JP | ヒカh | 1000111011001011100011101011011001101000 | 8ecb8eb668 |
UTF-8 | ヒカh | 11101111101111101000101111101111101111011011011001101000 | efbe8befbdb668 |
UHC | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)