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 | ?????K?? | 0011111100111111001111110011111100111111010010110011111100111111 | 3f3f3f3f3f4b3f3f |
SJIS-WIN | ?????K?? | 0011111100111111001111110011111100111111010010110011111100111111 | 3f3f3f3f3f4b3f3f |
EUC-JP | ?????K?? | 0011111100111111001111110011111100111111010010110011111100111111 | 3f3f3f3f3f4b3f3f |
UTF-8 | 혧쨩첫횘청K짠횎 | 11101101100110001010011111101100101010001010100111101100101100101010101111101101100110101001100011101100101100101010110101001011111011001010011110100000111011011001101010001110 | ed98a7eca8a9ecb2abed9a98ecb2ad4beca7a0ed9a8e |
UHC | 혧쨩첫횘청K짠횎 | 110000101000111111000010101110111100001110111001110000111001001011000011101110110100101111000010101001111100001110001010 | c28fc2bbc3b9c392c3bb4bc2a7c38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)