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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 咤眄唏竟\ | 100110100100001011100001101111101001101001001000111010001110110101011100 | 9a42e1be9a48e8ed5c |
EUC-JP | 咤眄唏竟\ | 110100111010001111100010110000001101001110101001111100001110111101011100 | d3a3e2c0d3a9f0ef5c |
UTF-8 | 咤眄唏竟\ | 11100101100100101010010011100111100111001000010011100101100101001000111111100111101010111001111101011100 | e592a4e79c84e5948fe7ab9f5c |
UHC | 咤眄?竟\ | 1111011011100011110110001111100000111111110011001110010101011100 | f6e3d8f83fcce55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)