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 | ????克^ | 00111111001111110011111100111111100011011000111001011110 | 3f3f3f3f8d8e5e |
EUC-JP | ????克^ | 00111111001111110011111100111111101110011110111001011110 | 3f3f3f3fb9ee5e |
UTF-8 | 樂띚쇤썚克^ | 11101111101001101011111111101011100111011001101011101100100001111010010011101100100011011001101011100101100001011000101101011110 | efa6bfeb9d9aec87a4ec8d9ae5858b5e |
UHC | 樂띚쇤썚克^ | 1110100011111001100011011101000010111100111010011001101110001101110100001011101001011110 | e8f98dd0bce99b8dd0ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)