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 | 逎ル繍蠑 | 1110011110100011100000111000101110001111010010101110010110111100 | e7a3838b8f4ae5bc |
| EUC-JP | 逎ル繍蠑 | 1110111010100101101001011110101110111101101010111110101010111110 | eea5a5ebbdabeabe |
| UTF-8 | 逎ル繍蠑 | 111010011000000010001110111000111000001110101011111001111011100110001101111010001010000010010001 | e9808ee383abe7b98de8a091 |
| UHC | ?ル?? | 0011111110101011111010110011111100111111 | 3fabeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)