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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 蜿ゥ貉幄┳~ | 11100101100011111010100111100110101110011001101111101000100001001011000101111110 | e58fa9e6b99be884b17e |
EUC-JP | 蜿ゥ貉幄┳~ | 1110100111101111100011101010100111101100101110111101011011101010101010001011001101111110 | e9ef8ea9ecbbd6eaa8b37e |
UTF-8 | 蜿ゥ貉幄┳~ | 11101000100111001011111111101111101111011010100111101000101100101000100111100101101110011000010011100010100101001011001101111110 | e89cbfefbda9e8b289e5b984e294b37e |
UHC | ???幄┳~ | 0011111100111111001111111110010011000001101001101011001101111110 | 3f3f3fe4c1a6b37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)