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 | エ埇エ垬^ | 10110100111110101001101010110100111110101001100001011110 | b4fa9ab4fa985e |
EUC-JP | エ埇エ垬^ | 1000111010110100100011111011011111100111100011101011010010001111101101111110010001011110 | 8eb48fb7e78eb48fb7e45e |
UTF-8 | エ埇エ垬^ | 11101111101111011011010011100101100111111000011111101111101111011011010011100101100111101010110001011110 | efbdb4e59f87efbdb4e59eac5e |
UHC | ?埇??^ | 001111111110100110111001001111110011111101011110 | 3fe9b93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)