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 | ヨ蘰^ | 11010110111001010110010101011110 | d6e5655e |
EUC-JP | ヨ蘰^ | 1000111011010110111010011100011001011110 | 8ed6e9c65e |
UTF-8 | ヨ蘰^ | 11101111101111101001011011101000100110001011000001011110 | efbe96e898b05e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)