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 | ?\???Q?K | 0011111101011100001111110011111100111111010100010011111101001011 | 3f5c3f3f3f513f4b |
SJIS-WIN | ?\???Q?K | 0011111101011100001111110011111100111111010100010011111101001011 | 3f5c3f3f3f513f4b |
EUC-JP | ?\???Q?K | 0011111101011100001111110011111100111111010100010011111101001011 | 3f5c3f3f3f513f4b |
UTF-8 | 혪\혩혺혪Q혪K | 111011011001100010101010010111001110110110011000101010011110110110011000101110101110110110011000101010100101000111101101100110001010101001001011 | ed98aa5ced98a9ed98baed98aa51ed98aa4b |
UHC | 혪\혩혺혪Q혪K | 11000010100100100101110011000010100100011100001010011111110000101001001001010001110000101001001001001011 | c2925cc291c29fc29251c2924b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)