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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉗、尞曖 | 11100111111001111010010011111010101010111001111001000010 | e7e7a4faab9e42 |
EUC-JP | 鉗、尞曖 | 111011101110100110001110101001001000111110111010111010111101101110100011 | eee98ea48fbaebdba3 |
UTF-8 | 鉗、尞曖 | 111010011000100110010111111011111011110110100100111001011011000010011110111001101001101110010110 | e98997efbda4e5b09ee69b96 |
UHC | 鉗??曖 | 110011001100011000111111001111111110010011110010 | ccc63f3fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)