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 | 瑯瑯^ | 1110000011100101111000001110010101011110 | e0e5e0e55e |
EUC-JP | 瑯瑯^ | 1110000011100111111000001110011101011110 | e0e7e0e75e |
UTF-8 | 瑯瑯^ | 11100111100100011010111111100111100100011010111101011110 | e791afe791af5e |
UHC | 瑯瑯^ | 1101010111001011110101011100101101011110 | d5cbd5cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)