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 | 髷ィ蜍溽n隍 | 1110100110011110101010001110010110001011100111111110011110000010100011101110100010100100 | e99ea8e58b9fe7828ee8a4 |
EUC-JP | 髷ィ蜍溽n隍 | 111100011111111010001110101010001110100111101011110111101110100110100011111011101111000010100110 | f1fe8ea8e9ebdee9a3eef0a6 |
UTF-8 | 髷ィ蜍溽n隍 | 111010011010101110110111111011111011110110101000111010001001110010001101111001101011101010111101111011111011110110001110111010011001101010001101 | e9abb7efbda8e89c8de6babdefbd8ee99a8d |
UHC | ????n隍 | 0011111100111111001111110011111110100011111011101111110011011011 | 3f3f3f3fa3eefcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)