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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?伎?句 | 001111111000101011101010001111111000101111100101 | 3f8aea3f8be5 |
| EUC-JP | ?伎?句 | 001111111011010011101100001111111011011011100111 | 3fb4ec3fb6e7 |
| UTF-8 | 識伎렮句 | 111011111010011110111100111001001011110010001110111010111010000010101110111001011000111110100101 | efa7bce4bc8eeba0aee58fa5 |
| UHC | 識伎렮句 | 1111001010111101110100001110101110001110101110111100111110100011 | f2bdd0eb8ebbcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)