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 | 藥??┯ | 111001010101101000111111001111111000010010110110 | e55a3f3f84b6 |
EUC-JP | 藥??┯ | 111010011011101100111111001111111010100010111000 | e9bb3f3fa8b8 |
UTF-8 | 藥띛낆┯ | 111010001001011110100101111010111001110110011011111010111000001010000110111000101001010010101111 | e897a5eb9d9beb8286e294af |
UHC | 藥띛낆┯ | 1110010110110111100011011101000110000101111011001010011010111000 | e5b78dd185eca6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)