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 | ??姐?^ | 001111110011111110001000101101110011111101011110 | 3f3f88b73f5e |
EUC-JP | ??姐?^ | 001111110011111110110000101110010011111101011110 | 3f3fb0b93f5e |
UTF-8 | 罹렫姐렫^ | 11101111101001111010011011101011101000001010101111100101101001111001000011101011101000001010101101011110 | efa7a6eba0abe5a790eba0ab5e |
UHC | 罹렫姐렫^ | 111011001011101010001110101110011110111010111011100011101011100101011110 | ecba8eb9eebb8eb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)