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 | 都シ雖蛾エ」 | 111110111011011110111100111001011010101110001001111010011011010010100011 | fbb7bce5ab89e9b4a3 |
EUC-JP | ?シ雖蛾エ」 | 0011111110001110101111001110101010101101101100101110101110001110101101001000111010100011 | 3f8ebceaadb2eb8eb48ea3 |
UTF-8 | 都シ雖蛾エ」 | 111011111010100010100110111011111011110110111100111010011001101110010110111010001001101110111110111011111011110110110100111011111011110110100011 | efa8a6efbdbce99b96e89bbeefbdb4efbda3 |
UHC | ??雖蛾?? | 0011111100111111111000101100110011100100101101100011111100111111 | 3f3fe2cce4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)