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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 咫唸^ | 1001101001000000100110100101100001011110 | 9a409a585e |
EUC-JP | 咫唸^ | 1101001110100001110100111011100101011110 | d3a1d3b95e |
UTF-8 | 咫唸^ | 11100101100100101010101111100101100101001011100001011110 | e592abe594b85e |
UHC | 咫?^ | 11110010101000010011111101011110 | f2a13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)