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 | エ?豐垬^ | 10110100001111111110011010110010111110101001100001011110 | b43fe6b2fa985e |
EUC-JP | エ垽豐垬^ | 1000111010110100100011111011011111100110111011001011010010001111101101111110010001011110 | 8eb48fb7e6ecb48fb7e45e |
UTF-8 | エ垽豐垬^ | 11101111101111011011010011100101100111101011110111101000101100011001000011100101100111101010110001011110 | efbdb4e59ebde8b190e59eac5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)