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 | 称陲称陲^ | 100011111100110011101000101000101000111111001100111010001010001001011110 | 8fcce8a28fcce8a25e |
EUC-JP | 称陲称陲^ | 101111101100111011110000101001001011111011001110111100001010010001011110 | becef0a4becef0a45e |
UTF-8 | 称陲称陲^ | 11100111101001111011000011101001100110011011001011100111101001111011000011101001100110011011001001011110 | e7a7b0e999b2e7a7b0e999b25e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)