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 | 蜿ャ迺歉 | 11100101100011111010110011100111100100101001111101011101 | e58face7929f5d |
EUC-JP | 蜿ャ迺歉 | 1110100111101111100011101010110011101101111100101101110110111110 | e9ef8eacedf2ddbe |
UTF-8 | 蜿ャ迺歉 | 111010001001110010111111111011111011110110101100111010001011111110111010111001101010110110001001 | e89cbfefbdace8bfbae6ad89 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)