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 | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-WIN | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
EUC-JP | 搢S?? | 100011111100000011001111010100110011111100111111 | 8fc0cf533f3f |
UTF-8 | 搢S롖렲 | 11100110100100001010001001010011111010111010000110010110111010111010000010110010 | e690a253eba196eba0b2 |
UHC | 搢S롖렲 | 11110010110010100101001110001110110110101000111010111111 | f2ca538eda8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)