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?d[ | 0011111101010011001111110110010001011011 | 3f533f645b |
SJIS-WIN | ?S?d[ | 0011111101010011001111110110010001011011 | 3f533f645b |
EUC-JP | ?S?d[ | 0011111101010011001111110110010001011011 | 3f533f645b |
UTF-8 | 청S혧d[ | 111011001011001010101101010100111110110110011000101001110110010001011011 | ecb2ad53ed98a7645b |
UHC | 청S혧d[ | 11000011101110110101001111000010100011110110010001011011 | c3bb53c28f645b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)