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 | 短束棚湛 | 1001001001011010100100011010100110010010010010011001001001011000 | 925a91a992499258 |
| EUC-JP | 短束棚湛 | 1100001110111011110000101010101111000011101010101100001110111001 | c3bbc2abc3aac3b9 |
| UTF-8 | 短束棚湛 | 111001111001111110101101111001101001110110011111111001101010001110011010111001101011100110011011 | e79fade69d9fe6a39ae6b99b |
| UHC | 短束棚湛 | 1101001110101101111000011101011011011101110111001101001111000000 | d3ade1d6dddcd3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)