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???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
SJIS-WIN | ?S???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
EUC-JP | ?S???S??^ | 001111110101001100111111001111110011111101010011001111110011111101011110 | 3f533f3f3f533f3f5e |
UTF-8 | 챗S챈쨘챗S챈쨘^ | 111011001011000110010111010100111110110010110001100010001110110010101000100110001110110010110001100101110101001111101100101100011000100011101100101010001001100001011110 | ecb19753ecb188eca898ecb19753ecb188eca8985e |
UHC | 챗S챈쨘챗S챈쨘^ | 110000111010101001010011110000111010011011000010101110101100001110101010010100111100001110100110110000101011101001011110 | c3aa53c3a6c2bac3aa53c3a6c2ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)