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 | 藥〓?闇? | 1110010101011010100000011010110000111111100010001100010100111111 | e55a81ac3f88c53f |
EUC-JP | 藥〓?闇? | 1110100110111011101000101010111000111111101100001100011100111111 | e9bba2ae3fb0c73f |
UTF-8 | 藥〓튊闇쩈 | 111010001001011110100101111000111000000010010011111011011000101010001010111010011001011110000111111011001010100110001000 | e897a5e38093ed8a8ae99787eca988 |
UHC | 藥〓튊闇쩈 | 11100101101101111010000111101011101110011001111011100100111000011010010101000010 | e5b7a1ebb99ee4e1a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)