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 | 迢ク蟄伜ア曖 | 11100111100010111011100011100101101011011001100011100101101100011001111001000010 | e78bb8e5ad98e5b19e42 |
EUC-JP | 迢ク蟄伜ア曖 | 111011011110101110001110101110001110101010101111110100001110011110001110101100011101101110100011 | edeb8eb8eaafd0e78eb1dba3 |
UTF-8 | 迢ク蟄伜ア曖 | 111010001011111110100010111011111011110110111000111010001001111110000100111001001011110010011100111011111011110110110001111001101001101110010110 | e8bfa2efbdb8e89f84e4bc9cefbdb1e69b96 |
UHC | ??蟄??曖 | 0011111100111111111101101101111000111111001111111110010011110010 | 3f3ff6de3f3fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)