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 | 蟶ウ逡批 | 11100101101110001011001111100111100101011001010011100001 | e5b8b3e79594e1 |
EUC-JP | 蟶ウ逡批 | 1110101010111010100011101011001111101101111101011100100011100011 | eaba8eb3edf5c8e3 |
UTF-8 | 蟶ウ逡批 | 111010001001111110110110111011111011110110110011111010011000000010100001111001101000100110111001 | e89fb6efbdb3e980a1e689b9 |
UHC | ??逡批 | 001111110011111111110001111001001101110111101011 | 3f3ff1e4ddeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)