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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
UTF-8 | 창횧혺첫챕\ | 11101100101100001011110111101101100110101010011111101101100110001011101011101100101100101010101111101100101100011001010101011100 | ecb0bded9aa7ed98baecb2abecb1955c |
UHC | 창횧혺첫챕\ | 1100001110100010110000111001111011000010100111111100001110111001110000111010100101011100 | c3a2c39ec29fc3b9c3a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)