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 | 邏懆ゥ樒 | 11100111101101001001110011101000101010011001111011100111 | e7b49ce8a99ee7 |
EUC-JP | 邏懆ゥ樒 | 1110111010110110110110001110101010001110101010011101110011101001 | eeb6d8ea8ea9dce9 |
UTF-8 | 邏懆ゥ樒 | 111010011000001010001111111001101000011110000110111011111011110110101001111001101010100010010010 | e9828fe68786efbda9e6a892 |
UHC | 邏??? | 1101010110100100001111110011111100111111 | d5a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)