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 | ??癰?? | 001111110011111111100001100111100011111100111111 | 3f3fe19e3f3f |
| EUC-JP | ??癰?? | 001111110011111111100001111111100011111100111111 | 3f3fe1fe3f3f |
| UTF-8 | 횙짖癰뺝뮟 | 111011011001101010011001111011001010011110010110111001111001100110110000111010111011101010011101111010111010111010011111 | ed9a99eca796e799b0ebba9debae9f |
| UHC | 횙짖癰뺝뮟 | 11000011100100111100001010100010111010001011100110010101111001011001001010101011 | c393c2a2e8b995e592ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)