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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 語??夜 | 100011001110101000111111001111111001011011101001 | 8cea3f3f96e9 |
EUC-JP | 語??夜 | 101110001110110000111111001111111100110011101011 | b8ec3f3fcceb |
UTF-8 | 語㏝뜑夜 | 111010001010101010011110111000111000111110011101111010111001110010010001111001011010010010011100 | e8aa9ee38f9deb9c91e5a49c |
UHC | 語㏝뜑夜 | 1110010111011110101001111110100110001101100101001110010110101000 | e5dea7e98d94e5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)