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 | 莪隙弦^ | 11100100101011101000110010000100100011001011011101011110 | e4ae8c848cb75e |
EUC-JP | 莪隙弦^ | 11101000101100001011011111100100101110001011100101011110 | e8b0b7e4b8b95e |
UTF-8 | 莪隙弦^ | 11101000100011101010101011101001100110101001100111100101101111001010011001011110 | e88eaae99a99e5bca65e |
UHC | 莪隙弦^ | 11100100101101011101000011000000111110101101011101011110 | e4b5d0c0fad75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)