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 | 邏懆ゥ樣國 | 111001111011010010011100111010001010100110011110111010011001101010100000 | e7b49ce8a99ee99aa0 |
EUC-JP | 邏懆ゥ樣國 | 11101110101101101101100011101010100011101010100111011100111010111101010010100010 | eeb6d8ea8ea9dcebd4a2 |
UTF-8 | 邏懆ゥ樣國 | 111010011000001010001111111001101000011110000110111011111011110110101001111001101010100010100011111001011001110010001011 | e9828fe68786efbda9e6a8a3e59c8b |
UHC | 邏??樣國 | 1101010110100100001111110011111111100101110001101100111111010000 | d5a43f3fe5c6cfd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)