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 | ?щ?源? | 00111111100001001000101100111111100011001011100100111111 | 3f848b3f8cb93f |
EUC-JP | ?щ?源? | 00111111101001111110101100111111101110001011101100111111 | 3fa7eb3fb8bb3f |
UTF-8 | 吳щ툦源욪 | 1110010110010000101100111101000110001001111011011000100010100110111001101011101010010000111011001001101010101010 | e590b3d189ed88a6e6ba90ec9aaa |
UHC | 吳щ툦源욪 | 11100111111011111010110011101011101110001001110111101010101110011001111101000010 | e7efacebb89deab99f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)