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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 霰瑯瑯^ | 11101000110001011110000011100101111000001110010101011110 | e8c5e0e5e0e55e |
EUC-JP | 霰瑯瑯^ | 11110000110001111110000011100111111000001110011101011110 | f0c7e0e7e0e75e |
UTF-8 | 霰瑯瑯^ | 11101001100111001011000011100111100100011010111111100111100100011010111101011110 | e99cb0e791afe791af5e |
UHC | 霰瑯瑯^ | 11011111101011001101010111001011110101011100101101011110 | dfacd5cbd5cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)