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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???誼?\ | 00111111001111110011111110001011011000100011111101011100 | 3f3f3f8b623f5c |
EUC-JP | ??Ŧ誼?\ | 001111110011111110001111101010011010111110110101110000110011111101011100 | 3f3f8fa9afb5c33f5c |
UTF-8 | 樂낅Ŧ誼셂\ | 111011111010011010111111111010111000001010000101110001011010011011101000101010101011110011101100100001011000001001011100 | efa6bfeb8285c5a6e8aabcec85825c |
UHC | 樂낅Ŧ誼셂\ | 1110100011111001100001011110101110101000101011101110101111111110100110010100110001011100 | e8f985eba8aeebfe994c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)