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 | ⅳ質遙湿 | 11111010010000111000111010111111111010101010000110001110101111001111000010111011 | fa438ebfeaa18ebcf0bb |
EUC-JP | ?質遙湿? | 0011111110111100110000011111010010100011101111001011111000111111 | 3fbcc1f4a3bcbe3f |
UTF-8 | ⅳ質遙湿 | 111000101000010110110011111010001011001110101010111010011000000110011001111001101011100110111111111011101000000110111010 | e285b3e8b3aae98199e6b9bfee81ba |
UHC | ⅳ質遙?? | 1010010110100100111100101111010111101001101010110011111100111111 | a5a4f2f5e9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)