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 | 寤ν?寤ν? | 10011011100010001000001111001011001111111001101110001000100000111100101100111111 | 9b8883cb3f9b8883cb3f |
EUC-JP | 寤ν?寤ν? | 11010101111010001010011011001101001111111101010111101000101001101100110100111111 | d5e8a6cd3fd5e8a6cd3f |
UTF-8 | 寤ν뤆寤ν뤇 | 11100101101011111010010011001110101111011110101110100100100001101110010110101111101001001100111010111101111010111010010010000111 | e5afa4cebdeba486e5afa4cebdeba487 |
UHC | 寤ν뤆寤ν뤇 | 111001111111010110100101111011011000111110110110111001111111010110100101111011011000111110110111 | e7f5a5ed8fb6e7f5a5ed8fb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)