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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴫鴈悉ⅸ | 11110010101011001000111010110000111010011110110010001110101110111111101001001000 | f2ac8eb0e9ec8ebbfa48 |
EUC-JP | ?鴫鴈悉? | 0011111110111100101100101111001011101110101111001011110100111111 | 3fbcb2f2eebcbd3f |
UTF-8 | 鴫鴈悉ⅸ | 111011101000011110100011111010011011010010101011111010011011010010001000111001101000001010001001111000101000010110111000 | ee87a3e9b4abe9b488e68289e285b8 |
UHC | ???悉ⅸ | 00111111001111110011111111100011111110101010010110101001 | 3f3f3fe3faa5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)