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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?曉攷 | 0011111110011101111110101001110110111101 | 3f9dfa9dbd |
EUC-JP | ?曉攷 | 0011111111011010111111001101101010111111 | 3fdafcdabf |
UTF-8 | 뤜曉攷 | 111010111010010010011100111001101001101110001001111001101001010010110111 | eba49ce69b89e694b7 |
UHC | 뤜曉攷 | 100011111100101111111100111110111100110110111001 | 8fcbfcfbcdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)