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 | 猷??畏 | 100101110101000100111111001111111000100011011000 | 97513f3f88d8 |
EUC-JP | 猷??畏 | 110011011011001000111111001111111011000011011010 | cdb23f3fb0da |
UTF-8 | 猷뜰꽧畏 | 111001111000110010110111111010111001110010110000111010101011110110100111111001111001010110001111 | e78cb7eb9cb0eabda7e7958f |
UHC | 猷뜰꽧畏 | 1110101110100011101101101110001110000100101100101110100011100110 | eba3b6e384b2e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)