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 | 躍??亥? | 10010110111101000011111100111111100010001110010100111111 | 96f43f3f88e53f |
EUC-JP | 躍??亥? | 11001100111101100011111100111111101100001110011100111111 | ccf63f3fb0e73f |
UTF-8 | 躍년뼺亥딣 | 111010001011101010001101111010111000010110000100111010111011110010111010111001001011101010100101111010111001010010100011 | e8ba8deb8584ebbcbae4baa5eb94a3 |
UHC | 躍년뼺亥딣 | 11100101101110001011001111100010100101101011110111111010101001001000101101000110 | e5b8b3e296bdfaa48b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)