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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ワ?違ζ? | 001111111000001110001111001111111000100011100001100000111100010000111111 | 3f838f3f88e183c43f |
EUC-JP | ?ワ?違ζ? | 001111111010010111101111001111111011000011100011101001101100011000111111 | 3fa5ef3fb0e3a6c63f |
UTF-8 | 曆ワ퐣違ζ략 | 1110111110100110100010111110001110000011101011111110110110010000101000111110100110000001100101011100111010110110111010111001111010110101 | efa68be383afed90a3e98195ceb6eb9eb5 |
UHC | 曆ワ퐣違ζ략 | 111001101011011110101011111011111011110110001100111010101101111010100101111001101011011110101011 | e6b7abefbd8ceadea5e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)