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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 愿?楮??? | 1001110011000011001111111001111010111000001111110011111100111111 | 9cc33f9eb83f3f3f |
EUC-JP | 愿?楮?侁? | 11011000110001010011111111011100101110100011111110001111101100001111110000111111 | d8c53fdcba3f8fb0fc3f |
UTF-8 | 愿렭楮렫侁렡 | 111001101000010010111111111010111010000010101101111001101010010110101110111010111010000010101011111001001011111010000001111010111010000010100001 | e684bfeba0ade6a5aeeba0abe4be81eba0a1 |
UHC | 愿렭楮렫侁렡 | 111010101011010010001110101110101110111010111111100011101011100111100011111000001000111010110010 | eab48ebaeebf8eb9e3e08eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)