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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髣・繧顔ェ耽 | 11101001100101111010010111100011100000101000101011100111101010101001001001011110 | e997a5e3828ae7aa925e |
EUC-JP | 髣・繧顔ェ耽 | 111100011111011110001110101001011110010111100010101101001110100110001110101010101100001110111111 | f1f78ea5e5e2b4e98eaac3bf |
UTF-8 | 髣・繧顔ェ耽 | 111010011010101110100011111011111011110110100101111001111011100110100111111010011010000110010100111011111011110110101010111010001000000010111101 | e9aba3efbda5e7b9a7e9a194efbdaae880bd |
UHC | ???顔?耽 | 0011111100111111001111111110010011010100001111111111011110110000 | 3f3f3fe4d43ff7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)