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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | 藥??銀 | 111001010101101000111111001111111000101111100010 | e55a3f3f8be2 |
EUC-JP | 藥®?銀 | 1110100110111011100011111010001011101110001111111011011011100100 | e9bb8fa2ee3fb6e4 |
UTF-8 | 藥®씉銀 | 1110100010010111101001011100001010101110111011001001010010001001111010011000101010000000 | e897a5c2aeec9489e98a80 |
UHC | 藥®씉銀 | 1110010110110111101000101110011110011101101000011110101111011110 | e5b7a2e79da1ebde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)