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 | 豫ル?慂?? | 100110001010110010000011100010110011111110011100110010000011111100111111 | 98ac838b3f9cc83f3f |
EUC-JP | 豫ル?慂?? | 110100001010111010100101111010110011111111011000110010100011111100111111 | d0aea5eb3fd8ca3f3f |
UTF-8 | 豫ル젫慂롫젚 | 111010001011000110101011111000111000001110101011111011001010000010101011111001101000010110000010111010111010000110101011111011001010000010011010 | e8b1abe383abeca0abe68582eba1abeca09a |
UHC | 豫ル젫慂롫젚 | 111001111110001110101011111010111010000010100011111010011011110110001110111010111010000010010110 | e7e3abeba0a3e9bd8eeba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)