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 | ?ワ?違ι? | 001111111000001110001111001111111000100011100001100000111100011100111111 | 3f838f3f88e183c73f |
EUC-JP | ?ワ?違ι? | 001111111010010111101111001111111011000011100011101001101100100100111111 | 3fa5ef3fb0e3a6c93f |
UTF-8 | 曆ワ퐣違ι솻 | 1110111110100110100010111110001110000011101011111110110110010000101000111110100110000001100101011100111010111001111011001000011010111011 | efa68be383afed90a3e98195ceb9ec86bb |
UHC | 曆ワ퐣違ι솻 | 111001101011011110101011111011111011110110001100111010101101111010100101111010011001100110110000 | e6b7abefbd8ceadea5e999b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)