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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 猷??徇?\ | 1001011101010001001111110011111110011100011011010011111101011100 | 97513f3f9c6d3f5c |
EUC-JP | 猷??徇?\ | 1100110110110010001111110011111111010111110011100011111101011100 | cdb23f3fd7ce3f5c |
UTF-8 | 猷띠퐪徇뭙\ | 11100111100011001011011111101011100111011010000011101101100100001010101011100101101111101000011111101011101011011001100101011100 | e78cb7eb9da0ed90aae5be87ebad995c |
UHC | 猷띠퐪徇뭙\ | 1110101110100011101101101110110010111101100100111110001011011111100100100110010101011100 | eba3b6ecbd93e2df92655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)