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 | 曜??寡 | 100101110110101000111111001111111000100111000111 | 976a3f3f89c7 |
EUC-JP | 曜??寡 | 110011011100101100111111001111111011001011001001 | cdcb3f3fb2c9 |
UTF-8 | 曜닷낏寡 | 111001101001101110011100111010111000101110110111111010111000001010001111111001011010111110100001 | e69b9ceb8bb7eb828fe5afa1 |
UHC | 曜닷낏寡 | 1110100011111000101101001110010110110011101010001100110111111011 | e8f8b4e5b3a8cdfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)