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 | 蛟夛ク沓 | 11100101100000001001101011101010101110001000110001000010 | e5809aeab88c42 |
EUC-JP | 蛟夛ク沓 | 1110100111100000110101001110110010001110101110001011011110100011 | e9e0d4ec8eb8b7a3 |
UTF-8 | 蛟夛ク沓 | 111010001001101110011111111001011010010010011011111011111011110110111000111001101011001010010011 | e89b9fe5a49befbdb8e6b293 |
UHC | 蛟??沓 | 110011101111000100111111001111111101001111001011 | cef13f3fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)