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 | 剰埇剰垬^ | 100011111110100011111010100110101000111111101000111110101001100001011110 | 8fe8fa9a8fe8fa985e |
EUC-JP | 剰埇剰垬^ | 1011111011101010100011111011011111100111101111101110101010001111101101111110010001011110 | beea8fb7e7beea8fb7e45e |
UTF-8 | 剰埇剰垬^ | 11100101100010011011000011100101100111111000011111100101100010011011000011100101100111101010110001011110 | e589b0e59f87e589b0e59eac5e |
UHC | ?埇??^ | 001111111110100110111001001111110011111101011110 | 3fe9b93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)