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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邏懆ゥ櫁亜 | 111001111011010010011100111010001010100110011110111010001000100010011111 | e7b49ce8a99ee8889f |
EUC-JP | 邏懆ゥ櫁亜 | 11101110101101101101100011101010100011101010100111011100111010101011000010100001 | eeb6d8ea8ea9dceab0a1 |
UTF-8 | 邏懆ゥ櫁亜 | 111010011000001010001111111001101000011110000110111011111011110110101001111001101010101110000001111001001011101010011100 | e9828fe68786efbda9e6ab81e4ba9c |
UHC | 邏???? | 110101011010010000111111001111110011111100111111 | d5a43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)