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 | 琮孟?? | 111110110110101010010110110100000011111100111111 | fb6a96d03f3f |
EUC-JP | 琮孟?靷 | 100011111100110010110010110011001101001000111111100011111110011110111101 | 8fccb2ccd23f8fe7bd |
UTF-8 | 琮孟짼靷 | 111001111001000010101110111001011010110110011111111011001010011110111100111010011001110110110111 | e790aee5ad9feca7bce99db7 |
UHC | 琮孟짼靷 | 1111000011111001110110001110101111000010101100101110110011100110 | f0f9d8ebc2b2ece6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)