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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 逶坊y | 1110011110011011100101100101011001111001 | e79b965679 |
EUC-JP | 逶坊y | 1110110111111011110010111011011101111001 | edfbcbb779 |
UTF-8 | 逶坊y | 11101001100000001011011011100101100111011000101001111001 | e980b6e59d8a79 |
UHC | ?坊y | 00111111110110111010100101111001 | 3fdba979 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)