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?? | 0011111100111111001111110011111100111111010100110011111100111111 | 3f3f3f3f3f533f3f |
SJIS-WIN | ?????S?? | 0011111100111111001111110011111100111111010100110011111100111111 | 3f3f3f3f3f533f3f |
EUC-JP | ?????S?? | 0011111100111111001111110011111100111111010100110011111100111111 | 3f3f3f3f3f533f3f |
UTF-8 | 챈횥혡혧혧S채첫 | 11101100101100011000100011101101100110101010010111101101100110001010000111101101100110001010011111101101100110001010011101010011111011001011000110000100111011001011001010101011 | ecb188ed9aa5ed98a1ed98a7ed98a753ecb184ecb2ab |
UHC | 챈횥혡혧혧S채첫 | 110000111010011011000011100111001100001010001010110000101000111111000010100011110101001111000011101001001100001110111001 | c3a6c39cc28ac28fc28f53c3a4c3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)