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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 永???х? | 1000100101101001001111110011111100111111100001001000011100111111 | 89693f3f3f84873f |
EUC-JP | 永??堉х? | 10110001110010100011111100111111100011111011011111111101101001111110011100111111 | b1ca3f3f8fb7fda7e73f |
UTF-8 | 永띕슩堉х꺌 | 1110011010110000101110001110101110011101100101011110110010001010101010011110010110100000100010011101000110000101111010101011101010001100 | e6b0b8eb9d95ec8aa9e5a089d185eaba8c |
UHC | 永띕슩堉х꺌 | 111001111011010110110110111010111001101010110010111010111011110010101100111001111011001010100111 | e7b5b6eb9ab2ebbcace7b2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)