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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 只?蹈燼 | 10010001111111000011111111100111010001001110000010011110 | 91fc3fe744e09e |
EUC-JP | 只?蹈燼 | 11000010111111100011111111101101101001011101111111111110 | c2fe3feda5dffe |
UTF-8 | 只잭蹈燼 | 111001011000111110101010111011001001111010101101111010001011100110001000111001111000011110111100 | e58faaec9eade8b988e787bc |
UHC | 只잭蹈燼 | 1111000111111110110000001110100011010100101100001110001111101000 | f1fec0e8d4b0e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)