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 | 珸瑩^ | 1110000011100111111000001111000001011110 | e0e7e0f05e |
EUC-JP | 珸瑩^ | 1110000011101001111000001111001001011110 | e0e9e0f25e |
UTF-8 | 珸瑩^ | 11100111100011111011100011100111100100011010100101011110 | e78fb8e791a95e |
UHC | ?瑩^ | 00111111111110111010100101011110 | 3ffba95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)