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?b?r | 001111110101001100111111011000100011111101110010 | 3f533f623f72 |
SJIS-WIN | ?S?b?r | 001111110101001100111111011000100011111101110010 | 3f533f623f72 |
EUC-JP | ?S?b?r | 001111110101001100111111011000100011111101110010 | 3f533f623f72 |
UTF-8 | 챌S챌b혺r | 111011001011000110001100010100111110110010110001100011000110001011101101100110001011101001110010 | ecb18c53ecb18c62ed98ba72 |
UHC | 챌S챌b혺r | 110000111010011101010011110000111010011101100010110000101001111101110010 | c3a753c3a762c29f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)