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 | 遉ェ迯竣 | 11100111101001001010101011100111100011011000111101110110 | e7a4aae78d8f76 |
EUC-JP | 遉ェ迯竣 | 1110111010100110100011101010101011101101111011011011110111010111 | eea68eaaededbdd7 |
UTF-8 | 遉ェ迯竣 | 111010011000000110001001111011111011110110101010111010001011111110101111111001111010101110100011 | e98189efbdaae8bfafe7aba3 |
UHC | ???竣 | 0011111100111111001111111111000111100010 | 3f3f3ff1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)