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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | ???誼?LB | 0011111100111111001111111000101101100010001111110100110001000010 | 3f3f3f8b623f4c42 |
EUC-JP | ??Ŧ誼?LB | 00111111001111111000111110101001101011111011010111000011001111110100110001000010 | 3f3f8fa9afb5c33f4c42 |
UTF-8 | 樂낅Ŧ誼셠LB | 11101111101001101011111111101011100000101000010111000101101001101110100010101010101111001110110010000101101000000100110001000010 | efa6bfeb8285c5a6e8aabcec85a04c42 |
UHC | 樂낅Ŧ誼셠LB | 111010001111100110000101111010111010100010101110111010111111111010011001011001110100110001000010 | e8f985eba8aeebfe99674c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)