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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 村即村即^ | 100100011011101010010001101001101001000110111010100100011010011001011110 | 91ba91a691ba91a65e |
EUC-JP | 村即村即^ | 110000101011110011000010101010001100001010111100110000101010100001011110 | c2bcc2a8c2bcc2a85e |
UTF-8 | 村即村即^ | 11100110100111011001000111100101100011011011001111100110100111011001000111100101100011011011001101011110 | e69d91e58db3e69d91e58db35e |
UHC | 村?村?^ | 11110101101111010011111111110101101111010011111101011110 | f5bd3ff5bd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)