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?????M | 0011111101010011001111110011111100111111001111110011111101001101 | 3f533f3f3f3f3f4d |
SJIS-WIN | ?S?????M | 0011111101010011001111110011111100111111001111110011111101001101 | 3f533f3f3f3f3f4d |
EUC-JP | ?S?????M | 0011111101010011001111110011111100111111001111110011111101001101 | 3f533f3f3f3f3f4d |
UTF-8 | 청S혧챌혺혥청M | 1110110010110010101011010101001111101101100110001010011111101100101100011000110011101101100110001011101011101101100110001010010111101100101100101010110101001101 | ecb2ad53ed98a7ecb18ced98baed98a5ecb2ad4d |
UHC | 청S혧챌혺혥청M | 1100001110111011010100111100001010001111110000111010011111000010100111111100001010001101110000111011101101001101 | c3bb53c28fc3a7c29fc28dc3bb4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)