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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 樂됦펯濾쌷^ | 11101111101001101011111111101011100100001010011011101101100011101010111111101111101001101000010011101100100011001011011101011110 | efa6bfeb90a6ed8eafefa684ec8cb75e |
UHC | 樂됦펯濾쌷^ | 1110100011111001100010011110010010111100100000011110011010100100100110110110010101011110 | e8f989e4bc81e6a49b655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)